From 94fbeb2d0217f565fe16196d65911b32c4a03306 Mon Sep 17 00:00:00 2001 From: "Laura F. D" Date: Tue, 4 Sep 2018 21:27:35 +0100 Subject: [PATCH 1/2] Empty commit for test purposes. From 29b759494f388fdda4ae15c0a2903a96f0aef7f3 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Tue, 4 Sep 2018 17:43:22 -0700 Subject: [PATCH 2/2] Try downgrading pytest-cov and see if that makes a difference --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4548fc2dd0..a0a5dcf87b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest >= 3.3 # for catchlog fixture -pytest-cov +pytest-cov == 2.5.1 ipython # for the IPython traceback integration tests pyOpenSSL # for the ssl tests trustme # for the ssl tests