Skip to content

Commit

Permalink
Merge pull request #92 from Ajpantuso/ensuring_pytest_lt_7.0.0
Browse files Browse the repository at this point in the history
Ensuring `pytest <7.0.0` when running tests in CI
  • Loading branch information
Ajpantuso committed Feb 8, 2022
2 parents e29e76c + a644362 commit dd417a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "6.2.4"
pytest = "<7.0.0"
mock = "4.0.3"
hypothesis = "6.14.2"
hypothesis_jsonschema = "0.20.1"
Expand Down

0 comments on commit dd417a7

Please sign in to comment.