We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbe67f commit 1210450Copy full SHA for 1210450
src/pytest_databases/_service.py
@@ -18,7 +18,6 @@
18
from pytest_databases.types import ServiceContainer
19
20
if TYPE_CHECKING:
21
- import multiprocessing
22
import pathlib
23
from types import TracebackType
24
src/pytest_databases/docker/mysql.py
@@ -9,11 +9,12 @@
9
10
from pytest_databases._service import DockerService, ServiceContainer
11
from pytest_databases.helpers import get_xdist_worker_num
12
-from pytest_databases.types import XdistIsolationLevel
13
14
15
from collections.abc import Generator
16
+ from pytest_databases.types import XdistIsolationLevel
17
+
@pytest.fixture(scope="session")
def xdist_mysql_isolate() -> XdistIsolationLevel:
0 commit comments