Skip to content

Commit

Permalink
tests: fail on deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 16, 2024
1 parent e5f9daf commit 53e2365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/payments_payu
commands = coverage run --source payments_payu runtests.py
commands = python -W error::DeprecationWarning -m coverage run --source payments_payu runtests.py
deps =
django42: Django<4.3
django50: Django<5.1
Expand Down

0 comments on commit 53e2365

Please sign in to comment.