From 43184f2dd12a33b4ee462918e8c1a5eb07355f88 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 2 Dec 2017 17:43:38 +0100 Subject: [PATCH] exclude broken pytest 3.3.0 release https://github.com/pytest-dev/pytest/issues/2957 --- requirements.d/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 88535435..23f6f39e 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -3,7 +3,7 @@ setuptools_scm pip virtualenv tox -pytest +pytest!=3.3.0 pytest-xdist pytest-cov pytest-benchmark