Skip to content

Commit 5043829

Browse files
committed
replace isolate
1 parent 5a224a9 commit 5043829

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ test = [
8989
"pytest-cov>=4",
9090
"coverage[toml]>=7",
9191
"psutil",
92-
"pytest-isolate",
9392
]
9493
docs = [
9594
"ipython",

tests/utils/test_parallelize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def func(request) -> Callable:
5858
}[request.param]
5959

6060

61-
@pytest.mark.isolate
61+
@pytest.mark.timeout(60)
6262
@pytest.mark.parametrize("n_jobs", [1, 2, 8])
6363
def test_parallelize_loky(func, n_jobs):
6464
start_time = time.time()

0 commit comments

Comments
 (0)