Skip to content

Commit

Permalink
Run tests in Python development mode
Browse files Browse the repository at this point in the history
Can reveal additional issues in the library, and helps understanding
failures by providing more context.
https://docs.python.org/3/library/devmode.html#devmode
  • Loading branch information
francoisfreitag committed Nov 3, 2020
1 parent 7d6514d commit 80f66e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ testall:
test:
python \
-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, and in 3.8 it will stop working":DeprecationWarning:: \
Expand Down

0 comments on commit 80f66e9

Please sign in to comment.