Skip to content

Commit 349b737

Browse files
committed
tox: Don't use exceptions - just warn
It seems Django uses deprecated items in Python 3.x, meaning we can't use this. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: 9db5cd0 ("tox: Turn deprecation notices into warnings")
1 parent 2c10956 commit 349b737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ passenv =
2626
PW_TEST_DB_PORT DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS
2727
DISPLAY HOME XAUTHORITY
2828
commands =
29-
python -Werror {toxinidir}/manage.py test --noinput \
29+
python -Wonce {toxinidir}/manage.py test --noinput \
3030
--liveserver=localhost:9000-9200 '{posargs:patchwork}'
3131

3232
[testenv:bashate]

0 commit comments

Comments
 (0)