소스 검색

Merge pull request #3070 from ThomasWaldmann/exclude-cython027-1.1

exclude Cython 0.27(.0) in requirements, fixes #3066
TW 7 년 전
부모
커밋
f44e62636a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

@@ -7,4 +7,4 @@ pytest
 pytest-xdist
 pytest-xdist
 pytest-cov
 pytest-cov
 pytest-benchmark
 pytest-benchmark
-Cython
+Cython!=0.27