Skip to content
Snippets Groups Projects
Commit ed580831 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

ENH: prevent multiprocessing in tests under Windows

parent b93105e8
No related branches found
No related tags found
No related merge requests found
"""
Fixtures for the tests.
This module gets loaded by test discovery scanners (such as nose) in
their collection scan.
"""
import os
if os.name.startswith('win'):
# During the tests, under Windows, we don't want any multiprocessing
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