summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoriElectric <unknown>2010-04-24 21:40:16 +0200
committeriElectric <unknown>2010-04-24 21:40:16 +0200
commite4868841d5922f6313821ff49d3e70426816d4fb (patch)
tree76d8c2f33abffa261f665d2c18affdf6d8a3e4c6 /setup.py
parent42ab0ba79630b0820c55d9f2cbe85492b307f160 (diff)
downloadsqlalchemy-migrate-e4868841d5922f6313821ff49d3e70426816d4fb.tar.gz
partly fix SA0.6 tests on postgres
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd9ddc0..7ba7842 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ try:
except ImportError:
pass
-test_requirements = ['nose >= 0.10', 'ScriptTest']
+test_requirements = ['nose >= 0.10', 'ScriptTest==1.0.1']
required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita']
readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README'))