summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-12-02 17:43:38 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-12-02 17:43:38 +0100
commit43184f2dd12a33b4ee462918e8c1a5eb07355f88 (patch)
treec3ee876f7d1ea51554e325e775d6fa365d860c99 /requirements.d
parent1bf8d43e378d64956572095a3acbe1137ad7049c (diff)
exclude broken pytest 3.3.0 release
https://github.com/pytest-dev/pytest/issues/2957
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index 88535435a..23f6f39e5 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