From: Davanum Srinivas Date: Wed, 7 Oct 2015 01:47:00 +0000 (-0700) Subject: Add testresources used by oslo.db fixture X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=86ad967e40c2c6752ec0fb46cfd3098ede0c7178;p=openstack-build%2Fneutron-build.git Add testresources used by oslo.db fixture If we use oslo.db fixtures, we'll need the package or the next version of oslo.db release will break us. Closes-Bug: #1503501 Change-Id: I7dfbf240333095d91a414ba15a439bdc4804eb25 --- diff --git a/test-requirements.txt b/test-requirements.txt index 00eba05cb..b9754156a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,6 +13,7 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 oslosphinx>=2.5.0 # Apache-2.0 testrepository>=0.0.18 testtools>=1.4.0 +testresources>=0.2.4 testscenarios>=0.4 WebTest>=2.0 oslotest>=1.10.0 # Apache-2.0