Skip to content
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

Closed
giampaolo opened this issue May 10, 2017 · 1 comment
Closed

Enable and fix Python warnings #1058

giampaolo opened this issue May 10, 2017 · 1 comment

Comments

@giampaolo
Copy link
Owner

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.

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)
@giampaolo giampaolo added the bug label May 10, 2017
@giampaolo
Copy link
Owner Author

PR: #1059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant