From 56ae559b07a7157596a78a421c0bbd0fb236ca7e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 16 Nov 2018 00:28:13 +0100 Subject: [PATCH] avoid pytest4 issues for now --- 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 23f6f39e5..8142f433f 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -3,7 +3,7 @@ setuptools_scm pip virtualenv tox -pytest!=3.3.0 +pytest<4.0.0 pytest-xdist pytest-cov pytest-benchmark