summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-10 17:18:15 -0400
committerMonty Taylor <mordred@inaugust.com>2013-03-10 18:02:43 -0400
commitaa4641f0e6e668d4eb3a0c1f70a3e15e83097c6a (patch)
tree250c54a4235c5f0cce117ecdf67f59ac8d4e1841 /test-requirements.txt
parent43e71193fbc5f08a35ab3eaefa0d16b7f91a77e7 (diff)
downloadpbr-aa4641f0e6e668d4eb3a0c1f70a3e15e83097c6a.tar.gz
Split out oslo.packaging.
Include logic taken from d2to1 to allow us to inject into setup.py. Combined with ols openstack/common/setup.py code. Change-Id: I27b341403bb8245e38f8e3c386f1a835b90b1843
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..b65146e
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,8 @@
+coverage>=3.6
+discover
+fixtures>=0.3.12
+pep8==1.3.3
+pyflakes
+python-subunit
+testrepository>=0.0.13
+testtools>=0.9.27