Skip to content

Commit 5bcba35

Browse files
committed
trying test forking
1 parent d3585a3 commit 5bcba35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integrations/threading/test_threading.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def target():
175175
assert t.run.__qualname__ == original_run.__qualname__
176176

177177

178+
@pytest.mark.forked
178179
@pytest.mark.parametrize(
179180
"propagate_scope",
180181
(True, False),
@@ -210,6 +211,7 @@ def do_some_work():
210211
}, "The isolation scope in the main thread should not be modified by the started thread."
211212

212213

214+
@pytest.mark.forked
213215
@pytest.mark.parametrize(
214216
"propagate_scope",
215217
(True, False),

0 commit comments

Comments
 (0)