mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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
This commit is contained in:
parent
d2c12683d3
commit
ba6798161c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue