Fix tests (work in progress) (#796)

* Add pyOpenSSL to dev requirements to fix tests on py2

* Add pyOpenSSL to the install requires

* Remove pyOpenSSL from install_requires
This commit is contained in:
Rubén Durán Balda 2019-08-29 07:59:18 +02:00 committed by Jakub Roztocil
parent add6601009
commit 4d299a5531
2 changed files with 3 additions and 2 deletions

View File

@ -6,4 +6,5 @@ pytest-httpbin>=0.0.6
docutils
wheel
pycodestyle
twine
pyOpenSSL
twine

View File

@ -36,7 +36,7 @@ tests_require = [
install_requires = [
'requests>=2.21.0',
'Pygments>=2.3.1'
'Pygments>=2.3.1',
]