Skip to content

Commit 7061300

Browse files
committed
Use default PYTHONWARNINGS setting.
Explicitly ignores the RedirectPanel's deprecation warning.
1 parent 4b8c8b7 commit 7061300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ passenv=
4343
GITHUB_*
4444
setenv =
4545
PYTHONPATH = {toxinidir}
46-
PYTHONWARNINGS = error,ignore:The RedirectsPanel is deprecated:DeprecationWarning
46+
PYTHONWARNINGS = default,ignore:The RedirectsPanel is deprecated:DeprecationWarning
4747
DB_NAME = {env:DB_NAME:debug_toolbar}
4848
DB_USER = {env:DB_USER:debug_toolbar}
4949
DB_HOST = {env:DB_HOST:localhost}

0 commit comments

Comments
 (0)