mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
11 lines
333 B
TOML
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"
|
|
]
|