Skip to content

Commit

Permalink
ci(tox.ini): add COLORTERM to passenv
Browse files Browse the repository at this point in the history
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: https://github.com/sphinx-doc/sphinx/blob/d194e0f4909b0887b37e2a32787f6b4c0fe8862a/sphinx/util/console.py#L70-L71
  • Loading branch information
blueyed committed Aug 30, 2021
1 parent 9ed0542 commit e89de15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ passenv =
https_proxy
http_proxy
no_proxy
COLORTERM
PERL
PERL5LIB
PYTEST_ADDOPTS
Expand Down

0 comments on commit e89de15

Please sign in to comment.