Skip to content

Commit

Permalink
correct duplicated 'and' in pytest -k option
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 084d797 commit f34f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f34f2b8

Please sign in to comment.