From a6f411280df50f0f3e715bb858105d9e830e7f25 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Sat, 19 Jan 2019 12:37:10 -0500 Subject: [PATCH 1/2] Pin pytest to 3.6.0 to work with pytest-cov --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7a8e6842..0571ca62 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ coverage ddt mock -pytest +pytest>=3.6.0 pytest-cov funcsigs requests From ad4cc424e354661b3569ae87bc64e998bda4be0a Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Sat, 19 Jan 2019 12:44:59 -0500 Subject: [PATCH 2/2] Upgrade coverage to 4.4.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0571ca62..1c022ee8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -coverage +coverage>=4.4.0 ddt mock pytest>=3.6.0