Skip to content

Commit

Permalink
fix: drf314 added
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Jul 25, 2023
1 parent e53cd61 commit ba7dece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: [
quality,
django32-drf314,
django42-drf314,
django32-drflatest,
django42-drflatest
]
toxenv: [quality, django32-drf314, django32-drflatest, django42-drf314, django42-drflatest]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ norecursedirs = .* docs requirements
[testenv]
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
drf314: djangorestframework<3.15.0
drflatest: djangorestframework
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit ba7dece

Please sign in to comment.