Skip to content

Commit 544d81e

Browse files
committed
Ignore internal deprecations warnings
Updates to fix these aren't available yet, so nothing we can do about them.
1 parent 3c9511f commit 544d81e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ addopts = --black --mypy --isort --verbose --ignore examples --cov=snyk --cov-re
33
markers =
44
# work around for https://github.com/dbader/pytest-mypy/pull/26 until the next release
55
mypy: mark tests to be checked by mypy.
6+
filterwarnings =
7+
ignore::DeprecationWarning

0 commit comments

Comments
 (0)