Skip to content

Commit

Permalink
[tests] Bump pytest dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Sep 29, 2021
1 parent 4ba9a7a commit aed1ad6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flaky==3.7.0
psutil==5.8.0 # Implicit dependency of pytest-xdist
pytest==6.1.0
pytest-benchmark==3.2.3
pytest-cov==2.11.1
pytest-mock==3.6.0
pytest-shard==0.1.1
pytest==6.2.5
pytest-benchmark==3.4.1
pytest-cov==2.12.1
pytest-mock==3.6.1
pytest-shard==0.121
pytest-stress==1.0.1
pytest-sugar==0.9.4
pytest-timeout==1.4.2
pytest-xdist==2.2.1
pytest-xdist==2.4.0

0 comments on commit aed1ad6

Please sign in to comment.