rasterio/pyproject.toml
2022-10-12 12:38:52 -06:00

11 lines
333 B
TOML

[build-system]
requires = ["setuptools", "wheel", "cython>=0.29.29", "oldest-supported-numpy"]
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow",
"gdalbin: marks test requiring GDAL binaries",
"wheel: marks test specific to wheel-building infra",
"network: marks tests that require network access"
]