From 6dbe5e385f6e5d038f00605bf938c9d71d8e0ba0 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Fri, 5 Nov 2021 12:37:54 -0600 Subject: [PATCH] MAINT: PR 135 revisions * try importing multiprocessing in `run_scipy_tests.py` to address this: https://github.com/scipy/scipy/issues/14985 --- run_scipy_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_scipy_tests.py b/run_scipy_tests.py index 3ded676d..02354c85 100644 --- a/run_scipy_tests.py +++ b/run_scipy_tests.py @@ -6,6 +6,7 @@ import sys import argparse +import multiprocessing def main():