Browse Source

exclude broken pytest 3.3.0 release

https://github.com/pytest-dev/pytest/issues/2957
(cherry picked from commit 43184f2dd12a33b4ee462918e8c1a5eb07355f88)
Thomas Waldmann 7 years ago
parent
commit
953f3a4a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

@@ -3,7 +3,7 @@ setuptools_scm
 pip
 virtualenv
 tox
-pytest
+pytest!=3.3.0
 pytest-xdist
 pytest-cov
 pytest-benchmark