Skip to content

Commit 7eed4ab

Browse files
browniebrokeauvipy
andauthored
Add upper bounds to tox targets (#9838)
To avoid them breaking when a new version of Django comes out Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
1 parent e027f0c commit 7eed4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

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

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

0 commit comments

Comments
 (0)