Skip to content

Commit

Permalink
#392 Fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed May 4, 2022
1 parent dda0342 commit 559dab0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libraries/cloudharness-common/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coverage>=4.0.3
nose>=1.3.7
pluggy>=0.3.1
py>=1.4.31
randomize>=0.13
pytest>=5.0.0
pytest-cov
coverage==6.3.2
nose==1.3.7
randomize==0.14
py==1.11.0
pyparsing==3.0.8
pytest==7.1.2
pytest-cov==3.0.0
-e .
-e ../client/cloudharness_cli

0 comments on commit 559dab0

Please sign in to comment.