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 2022/09/08 12:52:42 UTC

[libcloud] 01/02: Add pip environment markers to avoid installing some incompatible dependencies under Python < 3.8.

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 978d5fbcd7da73a0183dc28bad2d38dd4a17896d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Sep 8 14:50:12 2022 +0200

    Add pip environment markers to avoid installing some incompatible
    dependencies under Python < 3.8.
---
 requirements-tests.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index 7addf375a..9682c38d0 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,9 +1,9 @@
 pep8==1.7.1
 flake8==5.0.4
-astroid==2.12.9
-pylint==2.15.2
+astroid==2.12.9; python_version >= '3.8'
+pylint==2.15.2; python_version >= '3.8'
 codecov==2.1.12
-coverage==6.4.4
+coverage==6.4.4; python_version >= '3.8'
 requests>=2.27.1
 requests_mock==1.10.0
 pytest==7.0.1