Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from CSCfi/dependabot/pip/pytest-lt-6.3
Browse files Browse the repository at this point in the history
Update pytest requirement from <5.4 to <6.3
  • Loading branch information
teemukataja committed Mar 17, 2021
2 parents a1fbf7f + 6f3ca8b commit 9330f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@
extras_require={
"test": [
"coverage==4.5.4",
"pytest<5.4",
"pytest<6.3",
"pytest-cov",
"coveralls",
"testfixtures",
Expand Down

0 comments on commit 9330f2e

Please sign in to comment.