From 7ab41f1384e2638020a02e7ae875cd46297b5b04 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 15 Oct 2015 09:35:41 +0200 Subject: [PATCH] Switch to post-versioning No longer mention next version on setup.cfg on stable branch. 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. for more information see: I1e06e77308a7dd23209124f0807d61fb52470188 Closes-Bug: 1503501 Change-Id: Iea3c737bc51a599d756514b82b1f4102b389a2c2 --- setup.cfg | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c3bdc66d4c..dca68f9fd8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = sahara -version = 3.0.0 summary = Sahara project description-file = README.rst license = Apache Software License diff --git a/test-requirements.txt b/test-requirements.txt index d55c732295..07f3a493bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,6 +20,7 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinxcontrib-httpdomain tempest-lib>=0.8.0 testrepository>=0.0.18 +testresources>=0.2.4 testscenarios>=0.4 testtools>=1.4.0