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 <[email protected]> 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: |
