Skip to content

Commit dc7c346

Browse files
committed
Revert "Contrib tests still running on tox 3"
This reverts commit fdcd75d.
1 parent 03bbeb2 commit dc7c346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ jobs:
205205
python-version: ${{ env[matrix.python-version] }}
206206
architecture: 'x64'
207207
- name: Install tox
208-
# TODO: Bump contrib tox to v4
209-
run: pip install tox==3.27.1 -U tox-factor
208+
run: pip install tox
210209
- name: Cache tox environment
211210
# Preserves .tox directory between runs for faster installs
212211
uses: actions/cache@v2

0 commit comments

Comments
 (0)