Skip to content

Commit

Permalink
Merge branch 'mets-server'
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 23, 2023
2 parents 7448048 + ee9a99b commit 3d831b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_mets_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from tests.base import assets

from itertools import repeat
from multiprocessing import Process, Pool
from multiprocessing import Process, Pool, set_start_method
set_start_method("fork")
from shutil import rmtree, copytree
from os import remove
from os.path import exists
Expand Down

0 comments on commit 3d831b4

Please sign in to comment.