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 2021/11/07 18:42:44 UTC

[libcloud] 04/14: Test a fix for Python 3.5 compatibility issue.

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 c275a932b820e545b6759f1e20169096fefe84c0
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Nov 6 23:51:01 2021 +0100

    Test a fix for Python 3.5 compatibility issue.
---
 requirements-tests.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index 5547fc9..5a9c6ca 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -15,7 +15,7 @@ requests_mock
 # 5.3.2 is latest version which still supports Python 3.5, >= 6.2.5 is needed for Python 3.10
 pytest==5.3.2; python_version <= '3.5'
 pytest==6.2.5; python_version >= '3.6'
-pytest-xdist==2.2.1; python_version <= '3.5'
+pytest-xdist==1.34.0; python_version <= '3.5'
 pytest-xdist==2.4.0; python_version >= '3.6'
 cryptography==3.2.1; python_version <= '3.5'
 cryptography==35.0.0; python_version >= '3.6'