From 1765313ac7948001a36869ffc186a2277dbe609b Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Thu, 11 Apr 2024 07:32:00 +0530 Subject: [PATCH] Check if tox upgrade helps with `ERROR: FAIL could not package project ` tox related issues --- .github/workflows/test-library.yml | 6 +++--- requirements-testing.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-library.yml b/.github/workflows/test-library.yml index abfffab80a..a9fcad5160 100644 --- a/.github/workflows/test-library.yml +++ b/.github/workflows/test-library.yml @@ -263,7 +263,7 @@ jobs: python -m pip install --user - tox==3.25.1 + tox==3.28.0 - name: Grab the source from Git uses: actions/checkout@v3 @@ -388,7 +388,7 @@ jobs: python -m pip install --user - tox==3.25.1 + tox==3.28.0 - name: Grab the source from Git uses: actions/checkout@v3 @@ -505,7 +505,7 @@ jobs: python -m pip install --user - tox==3.25.1 + tox==3.28.0 - name: Grab the source from Git uses: actions/checkout@v3 diff --git a/requirements-testing.txt b/requirements-testing.txt index 36f6fdb5c7..13eba0f9bb 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,7 +10,7 @@ pytest-asyncio==0.16.0 autopep8==1.6.0 mypy==0.971 py-spy==0.3.12 -tox==3.25.1 +tox==3.28.0 mccabe==0.6.1 pylint==2.13.7 rope==1.1.1