Skip to content

Commit

Permalink
Merge pull request #1175 from django-wiki/dependabot/pip/pytest-gte-6…
Browse files Browse the repository at this point in the history
….2.5-and-lt-7.1

Update pytest requirement from <6.3,>=6.2.5 to >=6.2.5,<7.1
  • Loading branch information
benjaoming committed Mar 10, 2022
2 parents 79bac27 + 63edcd6 commit 9c5e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_path(fname):

test_requirements = [
"django-functest>=1.2,<1.3",
"pytest>=6.2.5,<6.3",
"pytest>=6.2.5,<7.1",
"pytest-django",
"pytest-cov",
"coverage",
Expand Down

0 comments on commit 9c5e79a

Please sign in to comment.