We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead43f commit 292f756Copy full SHA for 292f756
tests/book_tester.py
@@ -418,7 +418,7 @@ def prep_virtualenv(self):
418
virtualenv_path = self.tempdir / ".venv"
419
if not virtualenv_path.exists():
420
print("preparing virtualenv")
421
- self.sourcetree.run_command("uv venv .venv")
+ self.sourcetree.run_command("uv venv -p 3.14 .venv")
422
os.environ["VIRTUAL_ENV"] = str(virtualenv_path)
423
os.environ["PATH"] = ":".join(
424
[f"{virtualenv_path}/bin"] + os.environ["PATH"].split(":")
0 commit comments