Skip to content

Commit

Permalink
fix: test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-kiran-kumar committed Jun 24, 2024
1 parent 9e0f53a commit 6d43b8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
coverage
mock
pytest==3.10.1
pytest-cov==2.8.1
pytest==6.2.5; python_version == '3.6'
pytest==7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest-cov==3.0.0; python_version == '3.6'
pytest-cov==4.1.0; python_version == '3.7'
pytest-cov==5.0.0; python_version >= '3.8'
pytest-pythonpath
tox
pytz
Expand Down

0 comments on commit 6d43b8e

Please sign in to comment.