Browse Source

Bump coveragepy to fix pytest on python 3.8

Python 3.8 was not supported before coveragepy v5.0a4
https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst#version-50a4-----2018-11-25
master
Alessio Caiazza 5 years ago
parent
commit
a70329126b
  1. 2
      requirements/testing.txt

2
requirements/testing.txt

@ -2,7 +2,7 @@
# matplotlib
# numpy
pexpect
coverage==4.0.3
coverage==5.2.1
pytest==5.3.5
pytest-cov>=2.4.0,<2.6
python-coveralls

Loading…
Cancel
Save