-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable and fix Python warnings #1058
Labels
Comments
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
giampaolo
added a commit
that referenced
this issue
May 10, 2017
* #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands * #1058 fix linux tests warnings * #1058: try not to use imp module * #1058: get rid of imp module completely * #1058: ignore unicode warnings * #1058: ignore stderr from procsmem.py * #1058: fix resource warning from Popen * #1058: get rid of contextlib.nested (deprecated)
PR: #1059 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test suite should be run with
PYTHONWARNINGS=all
or-Wa
cmdline option in order to reveal warnings. Makefile should be modified in accordance and all the warnings should be fixed.The text was updated successfully, but these errors were encountered: