[go: up one dir, main page]

File: pyproject.toml

package info (click to toggle)
sncosmo 2.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,628 kB
  • sloc: python: 7,278; cpp: 184; makefile: 130; sh: 1
file content (20 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = [
    "wheel",
    "setuptools",
    "cython>=0.29.2",
    "oldest-supported-numpy",
    "numpy<2; python_version<'3.9'",
    "numpy>=2; python_version>='3.9'",
]
build-backend = 'setuptools.build_meta'

[tool.pytest.ini_options]
markers = [
    "might_download: marks tests that might download a file",
]
filterwarnings = [
    "error",
    "always:numpy.ndarray size changed:RuntimeWarning",
    "always::astropy.wcs.FITSFixedWarning",
]