fix: handle uvx like uv#920
Conversation
edgarrmondragon
left a comment
There was a problem hiding this comment.
I'm still seeing the warning
nox > Warning: uvx is not installed into the virtualenv, it is located at /Users/me/.local/bin/uvx. This might cause issues! Pass external=True into run() to silence this message.
I used uvx --with git+https://github.com/wntrblm/nox.git@refs/pull/920/head nox -rs <session>
PS: I also had to change nox.options.sessions to be a list since it was erroring with a tuple, so we should call it out in the future release notes.
|
Oops, I thought about that when I started, but forgot about it by the time I added a test. I'll add it. Though I don't remember where we handle this for "uv". |
|
Where was |
In my |
Signed-off-by: Henry Schreiner <[email protected]>
bcc00e5 to
6aff5c2
Compare
|
Can you try now? I'm looking into the over-validtion issue. |
Aha, that did it! |
See #818 (comment).