mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-01-12 19:45:59 +03:00
Add upper bounds to tox targets
To avoid them breaking when a new version of Django comes out
This commit is contained in:
parent
fc17a60b2d
commit
3e90996646
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user