Open tbekolay opened 8 years ago
Easiest way: add export PYTHONWARNINGS=default to .profile or .bashrc or .zshrc or whatever shell configuration you use.
export PYTHONWARNINGS=default
.profile
.bashrc
.zshrc
It'd be even better if we could enable these warnings during CI (and verify that there aren't any), so that it doesn't rely on developers enabling/checking them in their own environment.
Easiest way: add
export PYTHONWARNINGS=default
to.profile
or.bashrc
or.zshrc
or whatever shell configuration you use.