Add upper bounds to tox targets

To avoid them breaking when a new version of Django comes out
This commit is contained in:
Bruno Alla 2025-12-05 09:16:56 +00:00
parent fc17a60b2d
commit 3e90996646

View File

@ -27,13 +27,13 @@ deps =
[testenv:base]
; Ensure optional dependencies are not required
deps =
django
django<6.0
-rrequirements/requirements-testing.txt
[testenv:dist]
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles {posargs}
deps =
django
django<6.0
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt