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/05/07 10:41:04 UTC

[libcloud] 02/03: Upgrade test dependencies.

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 51f41af3cc0b85ae514e8dac96b8d2fcd349e7ed
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat May 7 12:33:55 2022 +0200

    Upgrade test dependencies.
---
 requirements-tests.txt | 4 ++--
 tox.ini                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index 08713c6f4..f5e774ef8 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,13 +1,13 @@
 pep8==1.7.1
 flake8==4.0.1
 astroid==2.8.4
-pylint==2.11.1
+pylint==2.13.8
 mock==4.0.3
 codecov==2.1.12
 coverage==4.5.4
 requests>=2.27.1
 requests_mock==1.9.3
-pytest==7.0.1
+pytest==7.1.2
 pytest-xdist==2.5.0
 pytest-benchmark[histogram]==3.4.1
 cryptography==36.0.1
diff --git a/tox.ini b/tox.ini
index dfd54cd40..dbf94cc3c 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==6.2.5
+    pytest==7.1.2
     -r{toxinidir}/integration/storage/requirements.txt
 
 commands = pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 integration/storage