From a70329126b83ee77af34392cf069b5ea5fb4f584 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Fri, 21 Aug 2020 15:53:12 +0200 Subject: [PATCH] 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 --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 5d65637..837f79c 100644 --- a/requirements/testing.txt +++ b/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