forked from NatLabRockies/reView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
9 lines (9 loc) · 685 Bytes
/
pytest.ini
File metadata and controls
9 lines (9 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
[pytest]
markers =
maptest: marks test as a map test, which are more sensitive to failure in Github Actions (select with "-m maptest", deselect with '-m "not maptest"')
filterwarnings =
ignore:Using the initialization functions in flask_caching.backend is deprecated.*:DeprecationWarning
ignore:desired_capabilities has been deprecated, please pass in a Service object:DeprecationWarning
ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning
ignore:The 'geom_factory' function is deprecated in Shapely 2.0, and will be removed in a future version:DeprecationWarning
ignore:np.find_common_type is deprecated.*:DeprecationWarning