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 90a7ea3dd Use pytest which still supports older Python versions.
90a7ea3dd is described below

commit 90a7ea3dda3d8be5dec8ebf322efcc04d4ffd8e7
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat May 7 13:42:31 2022 +0200

    Use pytest which still supports older Python versions.
---
 requirements-tests.txt | 2 +-
 tox.ini                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index 7e7a301a5..6c2eb3918 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -7,7 +7,7 @@ codecov==2.1.12
 coverage==4.5.4
 requests>=2.27.1
 requests_mock==1.9.3
-pytest==7.1.2
+pytest==7.0.1
 pytest-xdist==2.5.0
 pytest-benchmark[histogram]==3.4.1
 cryptography==36.0.1
diff --git a/tox.ini b/tox.ini
index dbf94cc3c..d67ca7883 100644
--- a/tox.ini
+++ b/tox.ini
@@ -312,7 +312,7 @@ setenv =
   # Actual secret token is defined as part of Github repo secret
 
 deps =
-    pytest==7.1.2
+    pytest==7.0.1
     -r{toxinidir}/integration/storage/requirements.txt
 
 commands = pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 
integration/storage

Reply via email to