Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No colored output from provisioned tox on Windows #3331

Open
schlamar opened this issue Aug 23, 2024 · 0 comments
Open

No colored output from provisioned tox on Windows #3331

schlamar opened this issue Aug 23, 2024 · 0 comments

Comments

@schlamar
Copy link
Contributor

Issue

Running tox without provisioned tox, I get colored output. Running tox from a provisioned tox environment, there are no colors.

Environment

Provide at least:

  • OS: Windows
Output of pip list of the host Python, where tox is installed
cachetools    5.5.0
chardet       5.2.0
colorama      0.4.6
distlib       0.3.8
filelock      3.15.4
packaging     24.1
pip           24.2
platformdirs  4.2.2
pluggy        1.5.0
pyproject-api 1.7.1
setuptools    65.5.0
tomli         2.0.1
tox           4.18.0
virtualenv    20.26.3

Minimal example

With empty tox.ini I get colored output:

image

With a tox.ini forcing to create a provisioned tox there is no colored output, for example:

[tox]
requires =
    tox>=4
    tox-uv

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant