Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
import asyncio
|
||||
import os
|
||||
from collections.abc import Callable
|
||||
from concurrent.futures import Future
|
||||
from typing import Any
|
||||
|
||||
import pytest
|
||||
@@ -28,7 +27,7 @@ class CustomMultiprocExecutor(MultiprocExecutor):
|
||||
kwargs: dict | None = None,
|
||||
non_block: bool = False,
|
||||
unique_reply_rank: int | None = None,
|
||||
) -> Any | list[Any] | Future[Any | list[Any]]:
|
||||
) -> list[Any]:
|
||||
# Drop marker to show that this was run
|
||||
with open(".marker", "w"):
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user