Skip to content

Commit

Permalink
tests: use latest version for pytest
Browse files Browse the repository at this point in the history
with the bump of py version, let's use newer version for pytest.

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 5a13688)
  • Loading branch information
guits committed May 13, 2022
1 parent 9842b10 commit 11fa908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are Python requirements needed to run the functional tests
testinfra>=3,<4
pytest-xdist==1.28.0
pytest>=4.6,<5.0
testinfra
pytest-xdist
pytest
ansible>=3,<4
Jinja2>=2.10
netaddr
mock
jmespath
pytest-rerunfailures<9.0
pytest-rerunfailures
pytest-cov
six

0 comments on commit 11fa908

Please sign in to comment.