You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run tox list I get a full list of expanded environments for the INI-based configuration...
$ tox listdefault environments:py39-django42 -> Unit testspy310-django42 -> Unit testspy311-django42 -> Unit testspy312-django42 -> Unit testspy310-django51 -> Unit testspy311-django51 -> Unit testspy312-django51 -> Unit testspy313-django51 -> Unit testspy310-django52 -> Unit testspy311-django52 -> Unit testspy312-django52 -> Unit testspy313-django52 -> Unit tests
... but for the identical TOML-based setup I only get py as an environment. What do I do wrong?
$ tox listdefault environments:py -> Unit tests
Additional context
I use uv on NixOS, and Tox is installed via uv tool install tox --with tox-uv. I also tried to install Tox without tox-uv both via uv tool and in a dedicated virtualenv, but couldn't see any change in the problematic behavior.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to migrate from
tox.ini
totox.toml
, but I don't get the environments listed that are meant to be factored.tox.ini
(relevant portions only)tox.toml
(relevant portions only)The
gh-actions
sections are needed for tox-gh-actions. See the django-analytical project for full context.Environments are not listed
When I run
tox list
I get a full list of expanded environments for the INI-based configuration...... but for the identical TOML-based setup I only get
py
as an environment. What do I do wrong?Additional context
I use
uv
on NixOS, and Tox is installed viauv tool install tox --with tox-uv
. I also tried to install Tox without tox-uv both via uv tool and in a dedicated virtualenv, but couldn't see any change in the problematic behavior.Beta Was this translation helpful? Give feedback.
All reactions