This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new c57708d Try fixing failing tests.
c57708d is described below
commit c57708df8f7b489ed1139575b930d0fd550792ea
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Dec 13 12:41:57 2020 +0100
Try fixing failing tests.
---
tox.ini | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 3e228ad..3e00f55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,8 @@ basepython =
py3.6: python3.6
{py3.7,docs,checks,lint,pylint,mypy,coverage,docs,py3.7-dist,py3.7-dist-wheel}:
python3.7
{py3.8,py3.8-windows}: python3.8
+setenv =
+ CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
python setup.py test
@@ -216,7 +218,8 @@ deps =
python-dateutil
libvirt-python==5.9.0
fasteners
-set-env =
+setenv =
+ CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
coverage run --source=libcloud setup.py test
@@ -228,7 +231,8 @@ deps =
pyopenssl==19.1.0
libvirt-python==5.9.0
fasteners
-set-env =
+setenv =
+ CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
coverage run --source=libcloud setup.py test
codecov