glance/test-requirements.txt
Zhi Yan Liu d7f1221684 Switch to testrepository for running tests
OpenStack as a whole is moving towards using testrepository and
testtools for running tests. To that end, bring Glance into line by
switching it to use testrepository to run tests.

This copies run_tests.sh and tools/colorizer.py from Nova.

This change also has some minor changes to make run_test.sh work well.

Partial fixes bug: 1179009
Fixes bug: 1271806

Change-Id: Ic265bc0d2f1528358f6e8ee5b4139f991923fc72
Signed-off-by: Steve Kowalik <steven@wedontsleep.org>
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2014-01-29 08:30:55 +08:00

29 lines
503 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
# For translations processing
Babel>=1.3
# Needed for testing
coverage>=3.6
discover
fixtures>=0.3.14
mox>=0.5.3
mock>=1.0
sphinx>=1.1.2,<1.2
requests>=1.1
testrepository>=0.0.17
testtools>=0.9.34
psutil>1.1.0
# Optional packages that should be installed when testing
MySQL-python
psycopg2
-f http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz
pysendfile==2.0.0
qpid-python
xattr>=0.4
# Documentation
oslo.sphinx