Skip to content

Commit

Permalink
Remove various (obsolete) warning exemption flags
Browse files Browse the repository at this point in the history
Most of those warnings are no longer an issue with current dependency
versions.
  • Loading branch information
rbarrois committed Aug 18, 2024
1 parent 8aaa29b commit f8456f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ test:
-b \
-X dev \
-Werror \
-Wdefault:"the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses":DeprecationWarning:distutils: \
-Wdefault:"Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working":DeprecationWarning:: \
-Wdefault:"set_output_charset() is deprecated":DeprecationWarning:: \
-Wdefault:"parameter codeset is deprecated":DeprecationWarning:: \
-Wdefault:"'cgi' is deprecated and slated for removal in Python 3.13":DeprecationWarning:: \
-Wdefault:"datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version.":DeprecationWarning:: \
-m unittest

# DOC: Test the examples
Expand Down

0 comments on commit f8456f5

Please sign in to comment.