Skip to content

Commit

Permalink
Downgrade coverage to 4 to avoid error
Browse files Browse the repository at this point in the history
The error reported was ImportError: cannot import name 'Reporter'
  • Loading branch information
samuell committed Jul 4, 2024
1 parent bae9f08 commit eefaa91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black==21.9b0
coverage==5.5
coverage<5
gitlint==0.15.1
pytest==6.2.5
pytest-cov==2.12.1
python-coveralls==2.9.3
pytest-cov
python-coveralls
pylint==2.10.2
mock==4.0.3
yamllint==1.26.3

0 comments on commit eefaa91

Please sign in to comment.