summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2015-10-12 17:46:37 +0100
committerJim Rollenhagen <jim@jimrollenhagen.com>2015-10-13 18:25:45 -0700
commitd73130fb506d0cb3c464b5e9e4c7eba9bbe7dfdb (patch)
tree1ba3033f0bacd80ec340d5a2e5df1b1d27d1c8b8
parent9f9022f159a013ee4b14991742807bbca3bd3435 (diff)
downloadironic-d73130fb506d0cb3c464b5e9e4c7eba9bbe7dfdb.tar.gz
Add testresources and testscenarios used by oslo.db fixture
oslo.db fixtures need these 2 packages and is breaking us. Closes-Bug: #1503501 Change-Id: I75757b5bd7d9e75ca37d1b9a1efff810ba84b5df (cherry picked from commit e7e0a056b4e2060ab53f2402c837a55e440edaaf)
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 9635a2555..84e4bd6df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,6 +13,8 @@ python-ironicclient>=0.8.0
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=1.4.0
+testresources>=0.2.4
+testscenarios>=0.4
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2