rasterio/pyproject.toml
Ryan Grout 3910956d6c
Register custom pytest markings. (#2264)
* 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>
2021-08-18 10:43:28 -06:00

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"
]