Skip to content

Commit f278877

Browse files
try to identify circleci issue
1 parent 8c873b0 commit f278877

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_forking.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
from sqlmesh import Context
55
from sqlmesh.core.model import schema
6-
import multiprocessing as mp
76

87

98
pytestmark = pytest.mark.isolated
109

1110

1211
def test_parallel_load(assert_exp_eq, mocker):
13-
if hasattr(os, "fork") and not mp.current_process().daemon:
14-
mocker.patch("sqlmesh.core.constants.MAX_FORK_WORKERS", 2)
12+
mocker.patch("sqlmesh.core.constants.MAX_FORK_WORKERS", 2)
1513

1614
spy = mocker.spy(schema, "_update_model_schemas")
1715
context = Context(paths="examples/sushi")

0 commit comments

Comments
 (0)