Skip to content

Commit 6456b64

Browse files
committed
more fixes
1 parent 3d66d31 commit 6456b64

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_executor_backend_mpi_noblock.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ def test_meta_executor_single(self):
5858
self.assertTrue(fs_2.done())
5959

6060
def test_errors(self):
61-
with self.assertRaises(TypeError):
62-
Executor(
63-
max_cores=1,
64-
resource_dict={
65-
"cores": 1,
66-
"threads_per_core": 2,
67-
},
68-
backend="local",
69-
)
7061
with self.assertRaises(TypeError):
7162
Executor(
7263
max_cores=1,

0 commit comments

Comments
 (0)