From ec40c3b6ddbfa4912ca6e612558efaef6043f3ae Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 6 Oct 2015 18:45:12 -0700 Subject: [PATCH] Add testresources and testscenarios used by oslo.db fixture If we use oslo.db fixtures, we'll need these 2 packages or the next version of oslo.db release will break us. Closes-Bug: #1503501 Change-Id: I8facdaf69c79b1b1ae4f9f64e9856e12f14440ed --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index 766dbe4a5..18c74b196 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,6 +17,8 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 python-subunit>=0.0.18 testtools>=1.4.0 testrepository>=0.0.18 +testresources>=0.2.4 +testscenarios>=0.4 oslosphinx>=2.5.0 # Apache-2.0 os-testr>=0.4.1 tempest-lib>=0.9.0 -- 2.45.2