From: Oleg Broytman Date: Fri, 1 Feb 2019 20:22:32 +0000 (+0300) Subject: Require pytest < 5.0 for Python 2.7 X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=0782f8ed175be535db7c37d4221cf5b8b384f497 Require pytest < 5.0 for Python 2.7 --- diff --git a/project_template/devscripts/requirements/requirements_tests.txt b/project_template/devscripts/requirements/requirements_tests.txt index 8e890d8..ae7bbd9 100644 --- a/project_template/devscripts/requirements/requirements_tests.txt +++ b/project_template/devscripts/requirements/requirements_tests.txt @@ -1,4 +1,4 @@ -r requirements.txt -pytest +pytest < 5.0 pytest-cov