Skip to content

Commit

Permalink
enable staging_required tests in taskvine, because taskvine might be …
Browse files Browse the repository at this point in the history
…able to deal with staging those files properly (or it might be good to flush out more test problems)
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 4d4b4ba commit 2e42e5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e42e5c

Please sign in to comment.