From 102130c47d096e7949c239279595b4db8205ccd4 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Fri, 6 Jan 2023 03:20:35 +0100 Subject: [PATCH] [3.4] Pin tox to <4 (#5959) --- .github/workflows/tests.yml | 4 ++-- tools/dev-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efd40b4bd..97b4b4a35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install tox run: | python -m pip install --upgrade pip - pip install tox + pip install "tox<4" - name: Tox test env: TOXENV: ${{ matrix.tox_env }} @@ -82,7 +82,7 @@ jobs: - name: Install tox run: | python -m pip install --upgrade pip - pip install tox + pip install "tox<4" - name: Tox test env: TOXENV: postgres diff --git a/tools/dev-requirements.txt b/tools/dev-requirements.txt index 962b6480a..8a2a518b3 100644 --- a/tools/dev-requirements.txt +++ b/tools/dev-requirements.txt @@ -1,3 +1,3 @@ packaging -tox +tox<4 -e .[dev]