Fix: don't run all scikits tests when running scikits.image.test()

This commit is contained in:
cgohlke
2011-10-12 14:06:09 -07:00
parent b381d59c67
commit 98290218f0
+1 -2
View File
@@ -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