diff options
| author | iElectric <unknown> | 2010-07-08 00:09:26 +0200 |
|---|---|---|
| committer | iElectric <unknown> | 2010-07-08 00:09:26 +0200 |
| commit | 960bce7de1049151b0bdec7b40cf6fc68fc8a879 (patch) | |
| tree | 66d538bfad79aca0d6e0e4d127cfc60baa7d8fb3 /test-req.pip | |
| parent | 472952672f76a4e733b487a6ef48caef3de3f01f (diff) | |
| download | sqlalchemy-migrate-960bce7de1049151b0bdec7b40cf6fc68fc8a879.tar.gz | |
remove test dependencies information from setup.py
Diffstat (limited to 'test-req.pip')
| -rw-r--r-- | test-req.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-req.pip b/test-req.pip index 8b1fa62..91b9389 100644 --- a/test-req.pip +++ b/test-req.pip @@ -1,7 +1,8 @@ coverage nose -e git://github.com/cmheisel/nose-xcover.git#egg=nosexcover -scripttest==1.0.1 +# NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest +scripttest==1.0 pytz psycopg2 pysqlite |
