Skip to content

Commit

Permalink
Fix test_child_raises_parent_exits_cleanly (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Feb 23, 2022
1 parent 4c1643a commit 4c8fab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joblib/test/test_memmapping.py
Expand Up @@ -813,6 +813,7 @@ def test_child_raises_parent_exits_cleanly(backend):
# - the resource_tracker does not emit any warnings.
cmd = """if 1:
import os
from time import sleep
import numpy as np
from joblib import Parallel, delayed
Expand Down

0 comments on commit 4c8fab6

Please sign in to comment.