Skip to content

Commit

Permalink
Merge pull request #128 from openfisca/dependabot/pip/pytest-gte-4.0.…
Browse files Browse the repository at this point in the history
…0-and-lt-8.0.0

Update pytest requirement from <7.0.0,>=4.0.0 to >=4.0.0,<8.0.0
  • Loading branch information
benjello authored Feb 7, 2022
2 parents 121df3c + 934c638 commit 0940979
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 @@ -36,7 +36,7 @@
],
extras_require = dict(
tests = [
'pytest >= 4.0.0, < 7.0.0',
'pytest >= 4.0.0, < 8.0.0',
],
notebook = [
'ipykernel >= 4.8',
Expand Down

0 comments on commit 0940979

Please sign in to comment.