Skip to content

Commit

Permalink
fix: changes added requested by awais regarding drf314
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Jul 24, 2023
1 parent 287a258 commit 6747c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
python-version: ['3.8']
toxenv: [
quality,
django32-drf312,
django32-drf314,
django42-drf314,
django32-drflatest,
django40-drf312,
django40-drflatest,
django41-drflatest,
django42-drflatest
]

Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ norecursedirs = .* docs requirements
[testenv]
deps =
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
drf312: djangorestframework<3.13.0
drf314: djangorestframework<3.14.1
drflatest: djangorestframework
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit 6747c18

Please sign in to comment.