From 4a5c9ad97acfa77a248ed8d4772e0b2d197b04b9 Mon Sep 17 00:00:00 2001 From: mixih Date: Tue, 17 Jan 2017 12:03:00 -0600 Subject: [PATCH] test-requirements.txt: Fix coverage pin Coverage should have been ~= 4.2.0, not 4.2 Fixes https://github.com/coala/coala-bears/issues/1316 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index d17293a5f2..09c2d27ac6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -coverage~=4.2 +coverage~=4.2.0 pytest~=3.0 pytest-cov~=2.4 pytest-env~=0.6.0