Skip to content

Commit 905953c

Browse files
committed
One more
1 parent a3c8eac commit 905953c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_shell_executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_wrong_error(self):
5252
"future": f,
5353
}
5454
)
55+
cloudpickle_register(ind=1)
5556
with self.assertRaises(TypeError):
5657
execute_parallel_tasks(
5758
future_queue=test_queue,
@@ -71,6 +72,7 @@ def test_broken_executable(self):
7172
"future": f,
7273
}
7374
)
75+
cloudpickle_register(ind=1)
7476
with self.assertRaises(FileNotFoundError):
7577
execute_parallel_tasks(
7678
future_queue=test_queue,

0 commit comments

Comments
 (0)