There was an error while loading. Please reload this page.
1 parent d867664 commit 8b4589dCopy full SHA for 8b4589d
tests/test_fluxclusterexecutor.py
@@ -10,8 +10,9 @@
10
11
try:
12
import flux.job
13
+ from executorlib import terminate_tasks_in_cache
14
from executorlib.standalone.hdf import dump
- from executorlib.task_scheduler.file.queue_spawner import terminate_tasks_in_cache, execute_with_pysqa
15
+ from executorlib.task_scheduler.file.queue_spawner import execute_with_pysqa
16
from executorlib.standalone.scheduler import terminate_with_pysqa
17
18
skip_flux_test = "FLUX_URI" not in os.environ
0 commit comments