From b0e9c3b96d80f5e4b543ebbe351f7754673febf7 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 19 Dec 2019 11:12:15 +0200 Subject: [PATCH] Pin coverage to below 5.0 (#634) * pin coverage to stay below 5.0 ref https://github.com/coveralls-clients/coveralls-python/issues/203 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9509c040..2837966c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ PyOpenSSL==19.1.0; python_version <= '2.7' # testing pytest==5.3.2 betamax==0.8.1 -coverage==4.5.4 +coverage<=4.5.99 pytest-cov==2.8.1 coveralls==1.9.2