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 2023/01/02 11:44:39 UTC

[libcloud] 02/05: Upgrade tox to the latest stable version (v4.1.2).

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 291a3e797bbd72012973040483b027bbe7a02b8b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 12:28:08 2023 +0100

    Upgrade tox to the latest stable version (v4.1.2).
---
 .github/workflows/integration-tests.yml |  2 +-
 .github/workflows/main.yml              | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index cf7248443..be7903636 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -76,7 +76,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run tox target
         run: |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b4d1e03d..740dc95a2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -114,7 +114,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run unit tests tox target
         run: |
@@ -161,7 +161,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Checks
         run: |
@@ -203,7 +203,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Checks
         run: |
@@ -272,7 +272,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Install Library Into Virtualenv
         run: |
@@ -334,7 +334,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Run Micro Benchmarks
         run: |
@@ -381,7 +381,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.1.2"
 
       - name: Build Docs
         run: |