Fix version of cryptography to v3.1.1 for Travis CI PyPy3.5 runner (#322)

pull/320/head
Chris Caron 2020-11-14 12:29:32 -05:00 committed by GitHub
parent a823e250c1
commit 3531912991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -88,7 +88,10 @@ commands =
deps= deps=
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt -r{toxinidir}/dev-requirements.txt
# Last supported cryptography version that can link against
# OpenSSL v1.0.2 (which pypy35 uses) is 3.1.1
commands = commands =
pip install --upgrade cryptography==3.1.1
python setup.py compile_catalog python setup.py compile_catalog
coverage run --parallel -m pytest {posargs} coverage run --parallel -m pytest {posargs}
flake8 . --count --show-source --statistics flake8 . --count --show-source --statistics