Skip to content

Commit d26e6ef

Browse files
committed
Add Django upper bound to base and dist tests to avoid testing on unsupported versions
1 parent 04608ea commit d26e6ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ deps =
2828
[testenv:base]
2929
; Ensure optional dependencies are not required
3030
deps =
31-
django
31+
django<6.1
3232
-rrequirements/requirements-testing.txt
3333

3434
[testenv:dist]
3535
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles {posargs}
3636
deps =
37-
django
37+
django<6.1
3838
-rrequirements/requirements-testing.txt
3939
-rrequirements/requirements-optionals.txt
4040

0 commit comments

Comments
 (0)