Browse Source

Merge pull request #4174 from ThomasWaldmann/use-pytest3

avoid pytest4 issues for now
TW 6 năm trước cách đây
mục cha
commit
c0373d4f53
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
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