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
The default uvx tox picks up the tox.ini and then fails because one of my deps is missing.
Meanwhile uvx -p 3.10 tox fails with this weird error:
Traceback (most recent call last):
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/bin/tox", line 12, in <module>
sys.exit(run())
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/run.py", line 20, in run
result = main(sys.argv[1:] if args is None else args)
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/run.py", line 46, in main
return handler(state)
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/cmd/legacy.py", line 115, in legacy
return run_sequential(state)
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/cmd/run/sequential.py", line 25, in run_sequential
return execute(state, max_workers=1, has_spinner=False, live=True)
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/cmd/run/common.py", line 167, in execute
state.envs.ensure_only_run_env_is_active()
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/env_select.py", line 436, in ensure_only_run_env_is_active
envs, active = self._defined_envs, self._env_name_to_active()
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/env_select.py", line 258, in _defined_envs
run_env = self._build_run_env(name)
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/session/env_select.py", line 319, in _build_run_env
runner = REGISTER.runner(cast("str", env_conf["runner"]))
File "/Users/dima/.cache/uv/archive-v0/r4EuiSPmE72_XcKuKZq1_/lib/python3.10/site-packages/tox/tox_env/register.py", line 72, in runner
return self._run_envs[name]
KeyError: 'uv-venv-lock-runner'
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.
-
What I tried to do:
The default
uvx tox
picks up the tox.ini and then fails because one of my deps is missing.Meanwhile
uvx -p 3.10 tox
fails with this weird error:Beta Was this translation helpful? Give feedback.
All reactions