[3.4] Pin tox to <4 (#5959)

This commit is contained in:
Jakub Kuczys
2023-01-06 03:20:35 +01:00
committed by GitHub
parent 5a9881f672
commit 102130c47d
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,3 +1,3 @@
packaging
tox
tox<4
-e .[dev]