Skip to content

Commit d0a6268

Browse files
committed
fix tox
1 parent 07c110f commit d0a6268

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _cryptography_version():
3838
'pycrypto': ['pycrypto >=2.6.0, <2.7.0'] + pyasn1,
3939
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'] + pyasn1,
4040
}
41-
legacy_backend_requires = ['ecdsa <1.0', 'rsa'] + pyasn1
41+
legacy_backend_requires = ['ecdsa <0.15', 'rsa'] + pyasn1
4242
install_requires = ['six <2.0']
4343

4444
# TODO: work this into the extras selection instead.

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ deps =
2121
pytest
2222
pytest-cov
2323
pytest-runner
24+
-r{toxinidir}/requirements.txt
25+
2426
commands_pre =
2527
# Remove the python-rsa and python-ecdsa backends
2628
only: pip uninstall -y ecdsa rsa

0 commit comments

Comments
 (0)