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 2020/12/13 13:29:14 UTC

[libcloud] 02/02: Fix syntax.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch github_actions_take_2
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 593bcc48a8cac93345ac3eaf165b36d48ce17c0e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 13 14:28:58 2020 +0100

    Fix syntax.
---
 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 3a48bf8..7ebe7ca 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -3,7 +3,7 @@ flake8==3.7.9
 astroid==2.3.3
 pylint==2.4.4
 mock==3.0.5
-codecov==2.1.4
+codecov==2.1.10
 coverage==4.5.4
 requests
 requests_mock
diff --git a/tox.ini b/tox.ini
index 1b3b81a..b15d207 100644
--- a/tox.ini
+++ b/tox.ini
@@ -236,7 +236,7 @@ setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            coverage run --source=libcloud setup.py test
-           codecov==2.1.10
+           codecov
 
 [testenv:mypy]
 deps =