mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
* Register custom pytest markings. * Add description for wheel marking. Co-authored-by: Sean Gillies <sean.gillies@gmail.com> Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
11 lines
333 B
TOML
11 lines
333 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel", "cython==0.29.21", "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"
|
|
]
|