mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
11 lines
352 B
INI
11 lines
352 B
INI
[tool:pytest]
|
|
testpaths = tests
|
|
filterwarnings =
|
|
ignore::rasterio.errors.NotGeoreferencedWarning
|
|
ignore::rasterio.errors.RasterioDeprecationWarning
|
|
ignore:numpy.ufunc size changed
|
|
markers =
|
|
wheel: tests of modules installed from a wheel
|
|
gdalbin: tests that require GDAL programs
|
|
network: tests that require a network connection
|