Skip to content
Snippets Groups Projects
Commit 2b287c3b authored by Vlad Niculae's avatar Vlad Niculae
Browse files

FIX: bug in test_setup. Actually avoid multiprocessing now.

parent ae1cfd57
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,6 @@ their collection scan. ...@@ -6,6 +6,6 @@ their collection scan.
""" """
import os import os
if os.name.startswith('win'): if os.name.startswith('win') or os.name.startswith('nt'):
# During the tests, under Windows, we don't want any multiprocessing # During the tests, under Windows, we don't want any multiprocessing
os.environ['JOBLIB_MULTIPROCESSING'] = 0 os.environ['JOBLIB_MULTIPROCESSING'] = '0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment