Skip to content

Commit 57a9c1a

Browse files
committed
Disable tox parallel run mode
1 parent 8dee9f0 commit 57a9c1a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-tox.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- run: pip install tox
19-
- run: tox --parallel
20-
env:
21-
TOX_PARALLEL_NO_SPINNER: 1
19+
- run: tox

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
envlist = py-{base,six19,optional}
33

44
[testenv]
5-
parallel_show_output = True
65
deps =
76
optional: -r{toxinidir}/requirements-optional.txt
87
-r{toxinidir}/requirements-test.txt

0 commit comments

Comments
 (0)