소스 검색

Merge pull request #4174 from ThomasWaldmann/use-pytest3

avoid pytest4 issues for now
TW 6 년 전
부모
커밋
c0373d4f53
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!=3.3.0
+pytest<4.0.0
 pytest-xdist
 pytest-cov
 pytest-benchmark