Skip to content
Snippets Groups Projects
Commit 31c38e77 authored by Julian's avatar Julian
Browse files

Disabled unhelpful deprecation warnings for pytest

parent d482047a
No related branches found
No related tags found
No related merge requests found
[pytest]
filterwarnings =
# DeprecationWarning from dependencies that we use
ignore:`formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly:DeprecationWarning
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working:DeprecationWarning
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment