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/11/06 21:40:48 UTC

[libcloud] 05/06: Remove pinning we dont need anymore.

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 f5e1a5e22eb027117f18756b3d8368fd141aa714
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Nov 5 22:36:28 2021 +0100

    Remove pinning we dont need anymore.
---
 tox.ini | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tox.ini b/tox.ini
index aec5271..2d89e7a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ deps =
     -r{toxinidir}/requirements-tests.txt
     fasteners
     libvirt-python==6.10.0
-    setuptools==42.0.2
 basepython =
     pypypy3.5: pypy3.5
     pypypy3: pypy3
@@ -33,7 +32,6 @@ whitelist_externals = cp
 deps =
     -r{toxinidir}/requirements-tests.txt
     fasteners
-    setuptools==42.0.2
 
 [testenv:py3.5-dist]
 # Verify library installs without any dependencies when using python setup.py
@@ -312,7 +310,6 @@ commands = pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 int
 [testenv:coverage]
 deps =
     -r{toxinidir}/requirements-tests.txt
-    setuptools==42.0.2
     paramiko==2.8.0
     pyopenssl==21.0.0
     python-dateutil
@@ -339,7 +336,6 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
 
 [testenv:mypy]
 deps =
-    setuptools==42.0.2
     typing
     # Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8).
     mypy==0.910; implementation_name == "cpython"