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