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 c367567 Pin codecov dependency to avoid cert issues.
c367567 is described below
commit c367567b52858d1018a5df28a3933b9a20564c64
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Jun 7 13:47:47 2020 +0200
Pin codecov dependency to avoid cert issues.
---
requirements-tests.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 3c10be9..279541e 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
+codecov==2.1.4
coverage==4.5.4
requests
requests_mock