diff --git a/requirements-test.txt b/requirements-test.txt index 94ae69f0..dc00d045 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 +vcrpy +pytest +pytest-cov pytest-catchlog responses==0.10.6