We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713d81c commit 08af499Copy full SHA for 08af499
.github/workflows/self-smoke-test-action.yml
@@ -6,6 +6,22 @@ on: # yamllint disable-line rule:truthy
6
push:
7
pull_request:
8
9
+env:
10
+ FORCE_COLOR: 1 # Request colored output from CLI tools supporting it
11
+ MYPY_FORCE_COLOR: 1 # MyPy's color enforcement
12
+ PIP_DISABLE_PIP_VERSION_CHECK: 1
13
+ PIP_NO_PYTHON_VERSION_WARNING: 1
14
+ PIP_NO_WARN_SCRIPT_LOCATION: 1
15
+ PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
16
+ TOX_PARALLEL_NO_SPINNER: 1
17
+ TOX_TESTENV_PASSENV: >- # Make tox-wrapped tools see color requests
18
+ FORCE_COLOR
19
+ MYPY_FORCE_COLOR
20
+ NO_COLOR
21
+ PY_COLORS
22
+ PYTEST_THEME
23
+ PYTEST_THEME_MODE
24
+
25
jobs:
26
smoke-test:
27
runs-on: ubuntu-latest
0 commit comments