note about scripttest==1.0.1
This commit is contained in:
parent
5c800677bb
commit
922bd7c08c
4
setup.py
4
setup.py
@ -9,8 +9,8 @@ except ImportError:
|
|||||||
use_setuptools()
|
use_setuptools()
|
||||||
from setuptools import setup, find_packages
|
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']
|
test_requirements = ['nose >= 0.10', 'ScriptTest==1.0.1']
|
||||||
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita']
|
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita']
|
||||||
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README'))
|
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README'))
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
coverage
|
coverage
|
||||||
nose
|
nose
|
||||||
-e git://github.com/cmheisel/nose-xcover.git#egg=nosexcover
|
-e git://github.com/cmheisel/nose-xcover.git#egg=nosexcover
|
||||||
scripttest==1.0
|
scripttest==1.0.1
|
||||||
pytz
|
pytz
|
||||||
psycopg2
|
psycopg2
|
||||||
pysqlite
|
pysqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user