From 15f2a7dc0c2e6322571ab12c5b9419ef0b0b9b4b Mon Sep 17 00:00:00 2001 From: manycoding Date: Thu, 7 Feb 2019 12:53:40 -0300 Subject: [PATCH] Unpin pytest --- requirements-test.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index e9e67b3e..b123ba96 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,8 +1,6 @@ mock vcrpy==1.10.3 -# FIXME remove the constraint after resolving -# https://github.com/pytest-dev/pytest/issues/2966 -pytest<3.3.0 -pytest-cov<2.6.0 +pytest +pytest-cov pytest-catchlog responses==0.5.0