found that bugger. ScriptTest 1.0.1 removes the functonality we need. rollback to 1.0

This commit is contained in:
iElectric 2010-07-07 23:30:19 +02:00
parent efa9d5423d
commit 472952672f

View File

@ -9,8 +9,8 @@ except ImportError:
use_setuptools()
from setuptools import setup, find_packages
# NOTE: scripttest 1.0.2 removes base_path argument to ScriptTest
test_requirements = ['nose >= 0.10', 'ScriptTest==1.0.1']
# NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest
test_requirements = ['nose >= 0.10', 'ScriptTest==1.0']
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita']
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README'))