From 2e147bac7303a17640746398a657cb1c6d5869b8 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 8 Dec 2022 01:38:13 +0000 Subject: [PATCH] Fix dist env --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7aa6a3f3f..b191cb313 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ deps = -rrequirements/requirements-testing.txt [testenv:dist] -commands = ./runtests.py --no-pkgroot --staticfiles {posargs} +commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles {posargs} deps = django -rrequirements/requirements-testing.txt