commit | ba6798161c6782829dc27c1a087cd8a8781e07d8 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Jan 12 20:16:46 2018 +0100 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 12 14:16:46 2018 -0500 |
tree | aecb46aadd121d1b76cdc12deba233c597f0f72d | |
parent | d2c12683d3ddf454f99673ad7878673b60998b3e [diff] [blame] |
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
diff --git a/setup.py b/setup.py index 9250e2d..800e94d 100644 --- a/setup.py +++ b/setup.py
@@ -52,7 +52,7 @@ "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",