From 2e42e5c0b52551e7e27e9f2bf57da7cb24035053 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 5 Sep 2024 15:30:26 +0000 Subject: [PATCH] enable staging_required tests in taskvine, because taskvine might be able to deal with staging those files properly (or it might be good to flush out more test problems) --- runme.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runme.sh b/runme.sh index 7a9b03eb89..e23d656a21 100644 --- a/runme.sh +++ b/runme.sh @@ -3,6 +3,4 @@ source /venv/bin/activate pytest parsl/tests/ --config ./htex_k8s_kind.py -k 'not issue3328 and not staging_required and not shared_fs' -x --random-order -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 - - +PYTHONPATH=/usr/lib/python3.12/site-packages/ pytest parsl/tests/ --config ./taskvine_k8s_kind.py -k 'not issue3328 and not shared_fs' -x --random-order --log-cli-level=DEBUG