Add workflow to test with pyOpenSSL active (#1164)

* Add workflow to test with pyOpenSSL active

Original patch by @gmelodie.

* Fix tests on Windows with Python 3.6
This commit is contained in:
Mickaël Schoentgen
2021-09-23 10:37:23 +02:00
committed by GitHub
parent d7ed45bbcd
commit 507514b795
4 changed files with 41 additions and 1 deletions

View File

@ -19,6 +19,7 @@ dev_require = [
'flake8-deprecated',
'flake8-mutable',
'flake8-tuple',
'pyopenssl',
'pytest-cov',
'twine',
'wheel',