mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
[3.4] Pin tox to <4 (#5959)
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Install tox
|
- name: Install tox
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox
|
pip install "tox<4"
|
||||||
- name: Tox test
|
- name: Tox test
|
||||||
env:
|
env:
|
||||||
TOXENV: ${{ matrix.tox_env }}
|
TOXENV: ${{ matrix.tox_env }}
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
- name: Install tox
|
- name: Install tox
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox
|
pip install "tox<4"
|
||||||
- name: Tox test
|
- name: Tox test
|
||||||
env:
|
env:
|
||||||
TOXENV: postgres
|
TOXENV: postgres
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
packaging
|
packaging
|
||||||
tox
|
tox<4
|
||||||
-e .[dev]
|
-e .[dev]
|
||||||
|
|||||||
Reference in New Issue
Block a user