We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running tox without provisioned tox, I get colored output. Running tox from a provisioned tox environment, there are no colors.
Provide at least:
pip list
tox
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
With empty tox.ini I get colored output:
With a tox.ini forcing to create a provisioned tox there is no colored output, for example:
[tox] requires = tox>=4 tox-uv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Output of
pip list
of the host Python, wheretox
is installedMinimal example
With empty tox.ini I get colored output:
With a tox.ini forcing to create a provisioned tox there is no colored output, for example:
The text was updated successfully, but these errors were encountered: