资讯

Expecting tox to run correctly, but instead the following is shown for py311 (py310 from OS works OK): py311: install_deps> python -I -m pip install 'flake8<5.0.0' 'importlib-metadata<5.0' ...
This would make e.g. uvx --with Foo ty check script_using_Foo_library.py work as a one-liner. Today it doesn't work. uv creates an ephemeral env with Foo installed, and then invokes ty's Python shim ...