Skip to content

Commit

Permalink
try with pytest-cov==4.1.0 for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Apr 13, 2024
1 parent 65897d8 commit 82aca7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ flake8==4.0.1
# pytest for Python<3.11
pytest==7.0.1; python_version < '3.11'
pytest-cov==3.0.0; python_version < '3.11'
pytest-xdist == 2.5.0; python_version < '3.11'
pytest-xdist==2.5.0; python_version < '3.11'
pytest-mock==3.6.1; python_version < '3.11'
pytest-asyncio==0.16.0; python_version < '3.11'
# pytest for Python>=3.11
pytest==8.1.1; python_version >= '3.11'
pytest-cov==5.0.0; python_version >= '3.11'
pytest-xdist == 3.5.0; python_version >= '3.11'
pytest-cov==4.1.0; python_version >= '3.11'
pytest-xdist==3.5.0; python_version >= '3.11'
pytest-mock==3.14.0; python_version >= '3.11'
pytest-asyncio==0.21.1; python_version >= '3.11'
autopep8==1.6.0
Expand Down

0 comments on commit 82aca7f

Please sign in to comment.