exclude Cython 0.27(.0) in requirements, fixes #3066

https://github.com/cython/cython/issues/1880

(cherry picked from commit f170641bd4)
This commit is contained in:
Thomas Waldmann 2017-09-29 01:36:22 +02:00
parent afbd7e373c
commit 2e1219d01e

View file

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