ci(tox.ini): add COLORTERM to passenv

This is required for [kitty](https://sw.kovidgoyal.net/kitty/), which
uses TERM=xterm-kitty, which is not detected as being a colored
terminal, without its `COLORTERM=truecolor` also being passed [1].

1: d194e0f490/sphinx/util/console.py (L70-L71)
This commit is contained in:
Daniel Hahler 2021-08-26 19:35:16 +02:00
parent 9ed054279a
commit e89de152d8

View File

@ -8,6 +8,7 @@ passenv =
https_proxy
http_proxy
no_proxy
COLORTERM
PERL
PERL5LIB
PYTEST_ADDOPTS