forked from Materials-Consortia/optimade-python-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
11 lines (11 loc) · 685 Bytes
/
pytest.ini
File metadata and controls
11 lines (11 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
[pytest]
filterwarnings =
ignore:.*PY_SSIZE_T_CLEAN will be required for '#' formats.*:DeprecationWarning
ignore:.*"@coroutine" decorator is deprecated since Python 3.8, use "async def" instead.*:DeprecationWarning
ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated.*:DeprecationWarning
ignore:.*the imp module is deprecated in favour of importlib.*:DeprecationWarning
ignore:Django functionality is deprecated.*:DeprecationWarning
ignore:.*not found, cannot convert structure.*:
ignore:.*will default to setting mass to 1\.0\.:
ignore:.*is missing fields.*which are required if.*:
testpaths = tests