diff --git a/runme.sh b/runme.sh index c5ed61b311..309cfae18e 100644 --- a/runme.sh +++ b/runme.sh @@ -12,4 +12,4 @@ pytest parsl/tests/ --config ./htex_k8s_kind.py -k 'not issue3328 and not stagin # which I guess is saying something is making assumptions about the presence of a shared filesystem even when defaulting to shared_fs=False in the taskvine config? -PYTHONPATH=/usr/lib/python3.12/site-packages/ pytest parsl/tests/ --config ./taskvine_k8s_kind.py -k 'not issue3328 and and not staging_required and not shared_fs' -x --random-order --log-cli-level=DEBUG +PYTHONPATH=/usr/lib/python3.12/site-packages/ pytest parsl/tests/ --config ./taskvine_k8s_kind.py -k 'not issue3328 and not staging_required and not shared_fs' -x --random-order --log-cli-level=DEBUG