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/10/24 18:11:16 UTC

[libcloud] 03/04: Test a change.

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 155e6d62f5d439de692e38b985c8910d42c06ff1
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 19:57:55 2021 +0200

    Test a change.
---
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tox.ini b/tox.ini
index 19941eb..ceebc59 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,9 @@
 [tox]
 envlist = py{pypy3.5,3.5,3.6,3.7,3.8,3.9,3.10},checks,lint,pylint,mypy,docs,coverage,integration-storage
 skipsdist = true
+requires =
+    # Need to old old version for demjson which relies on 2to3
+    setuptools==57.5.0
 
 [testenv]
 passenv = TERM CI GITHUB_* DOCKER_*