We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e027f0c commit 7eed4abCopy full SHA for 7eed4ab
tox.ini
@@ -27,13 +27,13 @@ deps =
27
[testenv:base]
28
; Ensure optional dependencies are not required
29
deps =
30
- django
+ django<6.0
31
-rrequirements/requirements-testing.txt
32
33
[testenv:dist]
34
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles {posargs}
35
36
37
38
-rrequirements/requirements-optionals.txt
39
0 commit comments