Skip to content

Commit

Permalink
Merge pull request #1167 from benjaoming/update-pytest
Browse files Browse the repository at this point in the history
Update pytest due to TypeError: required field "lineno" missing from alias
  • Loading branch information
benjaoming committed Feb 9, 2022
2 parents b1bd84e + 479f934 commit 574570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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.0.3,<1.1",
"pytest>=5.3,<5.4",
"pytest>=6.2.5,<6.3",
"pytest-django",
"pytest-cov",
"coverage",
Expand Down

0 comments on commit 574570a

Please sign in to comment.