Skip to content

Commit

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

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 Sep 23, 2022
1 parent 774eb6a commit 9c8cfd3
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 @@ -4,7 +4,7 @@ boto3
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 9c8cfd3

Please sign in to comment.