소스 검색

Downgrade pytest to a version below 3.3 since the new log capture feature breaks our tests.

Omer Katz 7 년 전
부모
커밋
acf850643d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements/test.txt

+ 1 - 1
requirements/test.txt

@@ -1,2 +1,2 @@
 case>=1.3.1
-pytest>=3.0
+pytest>=3.0,<3.3