diff options
Diffstat (limited to 'scipy/base/info.py')
-rw-r--r-- | scipy/base/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/info.py b/scipy/base/info.py index 8d9c1bea6..b4c4b4e8c 100644 --- a/scipy/base/info.py +++ b/scipy/base/info.py @@ -204,5 +204,5 @@ Threading tricks ParallelExec -- Execute commands in parallel thread. """ -depends = ['test'] +depends = ['testing'] global_symbols = ['*'] |