summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-13 22:34:51 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-13 22:34:51 +0200
commit1aeefe19685ba108c237bcd59cdfcd3bc0edc604 (patch)
tree223f155b59edb0fb235bd93a7471524237639911 /tox.ini
parent42eebc07763e13b73d133b76327d72e230bfbc28 (diff)
downloadqutebrowser-1aeefe19685ba108c237bcd59cdfcd3bc0edc604.tar.gz
qutebrowser-1aeefe19685ba108c237bcd59cdfcd3bc0edc604.zip
ci: Disable mypy coloring again
Looks like mypy uses curses to get colors, so there's really nothing we can do here on GitHub Actions.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2d9081c47..3f1090e84 100644
--- a/tox.ini
+++ b/tox.ini
@@ -197,7 +197,7 @@ commands = bash scripts/dev/run_shellcheck.sh {posargs}
[testenv:mypy]
basepython = {env:PYTHON:python3}
pip_version = pip
-passenv = TERM MYPY_FORCE_TERMINAL_WIDTH MYPY_FORCE_COLOR
+passenv = TERM MYPY_FORCE_TERMINAL_WIDTH
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-dev.txt