Skip to content

Commit 463ee31

Browse files
committed
Don't error on pkg-resources deprecation warning
1 parent ae9612a commit 463ee31

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
@@ -233,6 +233,7 @@ filterwarnings =
233233
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
234234
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
235235
always:module 'sre_constants' is deprecated:DeprecationWarning
236+
always:pkg_resources is deprecated as an API:DeprecationWarning
236237
237238
[doc8]
238239
ignore-path = doc-source/build

0 commit comments

Comments
 (0)