File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ jobs:
208
208
with :
209
209
python-version-file : .python-version-default
210
210
cache : pip
211
- - run : python -Im pip install tox
211
+ # tox 4.12.0 started passing FORCE_COLOR and NO_COLOR by default.
212
+ - run : python -Im pip install 'tox>=4.12.0'
212
213
213
214
- run : python -Im tox run -f color
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ wheel_build_env = .pkg
15
15
extras =
16
16
tests: tests
17
17
mypy: typing
18
- pass_env =
19
- FORCE_COLOR
20
- NO_COLOR
21
18
commands =
22
19
tests: pytest {posargs}
23
20
mypy: mypy tests/typing
@@ -70,7 +67,6 @@ commands =
70
67
src \
71
68
docs
72
69
73
-
74
70
[testenv:docs-linkcheck]
75
71
base_python = {[testenv:docs]base_python}
76
72
extras = {[testenv:docs]extras}
You can’t perform that action at this time.
0 commit comments