mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
23 lines
552 B
TOML
23 lines
552 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=67.8",
|
|
"wheel",
|
|
"cython~=3.1.0",
|
|
"numpy>=2"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"ignore:FilePath is supplanted",
|
|
"ignore:is_valid is not useful",
|
|
"ignore:The given matrix is",
|
|
"ignore:Dataset has no geotransform",
|
|
]
|
|
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"
|
|
]
|