diff options
| author | iElectric <unknown> | 2010-04-24 21:40:16 +0200 |
|---|---|---|
| committer | iElectric <unknown> | 2010-04-24 21:40:16 +0200 |
| commit | e4868841d5922f6313821ff49d3e70426816d4fb (patch) | |
| tree | 76d8c2f33abffa261f665d2c18affdf6d8a3e4c6 /setup.py | |
| parent | 42ab0ba79630b0820c55d9f2cbe85492b307f160 (diff) | |
| download | sqlalchemy-migrate-e4868841d5922f6313821ff49d3e70426816d4fb.tar.gz | |
partly fix SA0.6 tests on postgres
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
