mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 09:51:14 +08:00
Fix: don't run all scikits tests when running scikits.image.test()
This commit is contained in:
@@ -12,8 +12,7 @@ def _setup_test():
|
||||
import gzip
|
||||
import functools
|
||||
|
||||
basedir = _osp.join(pkg_dir, '../')
|
||||
args = ['', '--exe', '-w', '%s' % basedir]
|
||||
args = ['', '--exe', '-w', '%s' % pkg_dir]
|
||||
|
||||
try:
|
||||
import nose as _nose
|
||||
|
||||
Reference in New Issue
Block a user