Skip to content

Commit 0324eab

Browse files
committed
Ignore deprecation warnings from certifi (importlib.resources)
1 parent 4584f3b commit 0324eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ timeout = 300
187187
filterwarnings =
188188
error
189189
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
190+
ignore::DeprecationWarning:certifi
190191
191192
[testenv]
192193
setenv =

0 commit comments

Comments
 (0)