Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6eac1b

Browse files
committedJan 7, 2024
Contrib tests still running on tox 3
1 parent 425b896 commit a6eac1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ jobs:
202202
python-version: ${{ env[matrix.python-version] }}
203203
architecture: 'x64'
204204
- name: Install tox
205-
run: pip install tox
205+
# TODO: Bump contrib tox to v4
206+
run: pip install tox==3.27.1 -U tox-factor
206207
- name: Cache tox environment
207208
# Preserves .tox directory between runs for faster installs
208209
uses: actions/cache@v2

0 commit comments

Comments
 (0)
Please sign in to comment.