We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33779a3 commit 8d6ac3eCopy full SHA for 8d6ac3e
1 file changed
noxfile.py
@@ -17,6 +17,7 @@ def test(s: Session) -> None:
17
"--locked",
18
"--no-default-groups",
19
"--group=test",
20
+ f"--python={s.virtualenv.location}",
21
env={"UV_PROJECT_ENVIRONMENT": s.virtualenv.location},
22
)
23
s.run(
0 commit comments