storyboard/test-requirements.txt
Michael Krotscheck 195cfad727 Added DELETE method for projects, stories, and tasks.
While true deletion of records is a bad idea, we still need an ability to
remove individual items from showing up in searches. This commit aims to
lay the ground work for this, though we'll want to put better permissions
around it.

I could use some help on this - for some reason running the tests dies a
horrible death because it gets confused about the migrations.

Change-Id: Ib0eb2f06553644878fb7bf6ad49a820efcdf22e0
2014-03-07 15:13:33 -08:00

27 lines
546 B
Plaintext

hacking>=0.5.6,<0.8
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
python-subunit
oslo.sphinx
testrepository>=0.0.18
testscenarios>=0.4,<0.5
testtools>=0.9.34
posix_ipc>=0.9.8
# Some of the tests use real MySQL and Postgres databases
MySQL-python
psycopg2
# openstack/common/db/sqlalchemy/utils.py depends on this
# we don't use migrate framework in storyboard
sqlalchemy-migrate>=0.8.2,!=0.8.4
# this is a dependency of openstack/common/sqlalchemy/utils
eventlet>=0.13.0
# Doc requirements
sphinx>=1.1.2,<1.2
sphinxcontrib-pecanwsme>=0.5