From 7e94d42853b29639169d308853f14d0454a33123 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 29 Sep 2017 01:36:22 +0200 Subject: [PATCH] exclude Cython 0.27(.0) in requirements, fixes #3066 https://github.com/cython/cython/issues/1880 --- requirements.d/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 5805cb4a1..88535435a 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -7,4 +7,4 @@ pytest pytest-xdist pytest-cov pytest-benchmark -Cython +Cython!=0.27