We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061300 commit 6507c0eCopy full SHA for 6507c0e
tox.ini
@@ -43,7 +43,11 @@ passenv=
43
GITHUB_*
44
setenv =
45
PYTHONPATH = {toxinidir}
46
- PYTHONWARNINGS = default,ignore:The RedirectsPanel is deprecated:DeprecationWarning
+ PYTHONWARNINGS =\
47
+ error::ResourceWarning,\
48
+ error::DeprecationWarning,\
49
+ error::PendingDeprecationWarning,\
50
+ ignore:The RedirectsPanel is deprecated:DeprecationWarning
51
DB_NAME = {env:DB_NAME:debug_toolbar}
52
DB_USER = {env:DB_USER:debug_toolbar}
53
DB_HOST = {env:DB_HOST:localhost}
0 commit comments