From ba6798161c6782829dc27c1a087cd8a8781e07d8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 12 Jan 2018 20:16:46 +0100 Subject: temporarily pin cffi to avoid bug related to virtualenv (#4083) * temporarily pin cffi to avoid bug related to virtualenv * right, don't duplicate the name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9250e2da..800e94d2 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ if platform.python_implementation() == "PyPy": "upgrade PyPy to use this library." ) else: - setup_requirements.append("cffi>=1.7") + setup_requirements.append("cffi>=1.7,!=1.11.3") test_requirements = [ "pytest>=3.2.1,!=3.3.0", -- cgit v1.2.3