Browse Source

exclude broken pytest 3.3.0 release

https://github.com/pytest-dev/pytest/issues/2957
Thomas Waldmann 7 years ago
parent
commit
43184f2dd1
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