There was an error while loading. Please reload this page.
1 parent bd1681a commit cd655afCopy full SHA for cd655af
1 file changed
tests/e2e/test_e2e.py
@@ -31,7 +31,7 @@ def decorator(test_fn):
31
@wraps(test_fn)
32
def wrapper(*args, **kwargs):
33
process = subprocess.Popen(
34
- ["python", filename],
+ ["uv run", filename],
35
stdout=subprocess.DEVNULL,
36
stderr=subprocess.DEVNULL,
37
stdin=subprocess.DEVNULL,
0 commit comments