We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9511f commit 544d81eCopy full SHA for 544d81e
pytest.ini
@@ -3,3 +3,5 @@ addopts = --black --mypy --isort --verbose --ignore examples --cov=snyk --cov-re
3
markers =
4
# work around for https://github.com/dbader/pytest-mypy/pull/26 until the next release
5
mypy: mark tests to be checked by mypy.
6
+filterwarnings =
7
+ ignore::DeprecationWarning
0 commit comments