Browse Source

Merge #675: Bump coveragepy to fix pytest on python 3.8

a70329126b Bump coveragepy to fix pytest on python 3.8 (Alessio Caiazza)

Pull request description:

  Python 3.8 was not supported before coveragepy v5.0a4
  https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst#version-50a4-----2018-11-25

  The bump is big, but tests are green

ACKs for top commit:
  jules23:
    TestedACK a703291 I am now able to run the test suite with Python 3.8.5. Thanks for taking care of this!
  kristapsk:
    ACK a70329126b. Tested that it fixes tests with Python 3.8.2 and didn't break anything with Python 3.6.10.

Tree-SHA512: 97c2c17f79943d0d3fb1ff50051712a7116bec4769672081f5d270c4b868c083c0c9c99fdccbf40d43f1650d9dc092157414a3aa1c6c375aaaa5220cac8adf7c
master
Kristaps Kaupe 5 years ago
parent
commit
8712a8e33b
No known key found for this signature in database
GPG Key ID: D47B1B4232B55437
  1. 2
      requirements/testing.txt

2
requirements/testing.txt

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

Loading…
Cancel
Save