Skip to content

Commit

Permalink
test-requirements.txt: relax the dependency on pytest (#1059)
Browse files Browse the repository at this point in the history
test-requirements.txt: relax the dependency on pytest

pytest 6.2.0 is getting old and a recent version should work as expected.

Reviewed-by: Mark Chappell <None>
  • Loading branch information
goneri authored and tremble committed Oct 4, 2022
1 parent 85e5612 commit 946b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto
coverage==4.5.4
placebo
mock
pytest==6.2.0
pytest
pytest-xdist
# We should avoid these two modules with py3
pytest-mock
Expand Down

0 comments on commit 946b457

Please sign in to comment.