You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tox.ini
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,7 @@ deps = coverage
13
13
passenv = WITH_GCOV
14
14
# - Enable BytesWarning
15
15
# - Turn all warnings into exceptions.
16
-
# - 'ignore:the imp module is deprecated' is required to ignore import of 'imp'
17
-
# in distutils. Python < 3.6 use PendingDeprecationWarning; Python >= 3.6 use
18
-
# DeprecationWarning.
19
-
# - 'ignore:lib2to3 package' for Python 3.9
20
16
commands = {envpython} -bb -Werror \
21
-
"-Wignore:the imp module is deprecated:DeprecationWarning" \
22
-
"-Wignore:the imp module is deprecated:PendingDeprecationWarning" \
23
-
"-Wignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning" \
24
-
"-Wignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning" \
0 commit comments