浏览代码

exclude broken pytest 3.3.0 release

https://github.com/pytest-dev/pytest/issues/2957
(cherry picked from commit 43184f2dd12a33b4ee462918e8c1a5eb07355f88)
Thomas Waldmann 7 年之前
父节点
当前提交
953f3a4a2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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