You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/12/18 22:24:15 UTC

[libcloud] 02/02: Add pyopenssl dependency to requirements-tests.txt file.

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

commit 2689809c7a4355907d462c3cc5976e79688e7de2
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Dec 18 23:19:27 2019 +0100

    Add pyopenssl dependency to requirements-tests.txt file.
    
    Resolves #1385.
---
 requirements-tests.txt | 2 ++
 tox.ini                | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index b53423a..2f6bb7e 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -9,3 +9,5 @@ requests
 requests_mock
 pytest==4.6.5
 cryptography==2.6.1
+# NOTE: Only needed by nttcis loadbalancer driver
+pyopenssl
diff --git a/tox.ini b/tox.ini
index a0e7abd..d48ed6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ skipsdist = true
 passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
 deps =
     -r{toxinidir}/requirements-tests.txt
-    pyopenssl
     lockfile
     libvirt-python==5.9.0
     py2.7: paramiko