Skip to content

Commit 66c90d6

Browse files
committed
Use .pytest rundir hook for disconnection test
By leaving the test config's rundir as default, parsl/tests/conftest.py will reassign that attribute to a dynamically generated directory under .pytest/parsltest-current
1 parent 696c9fb commit 66c90d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsl/tests/test_htex/test_disconnected_blocks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def local_config():
2626
),
2727
)
2828
],
29-
run_dir="/tmp/test_htex",
3029
max_idletime=0.5,
3130
strategy='htex_auto_scale',
3231
)

0 commit comments

Comments
 (0)