From c8bb65701379abd9691ee53bfce59ef7dce6e560 Mon Sep 17 00:00:00 2001 From: Sergey Murashov Date: Wed, 25 Jun 2014 11:24:20 +0400 Subject: [PATCH] Add testresources in test-requirements Add testresources library which using in murano's functional tests in test-requirements Change-Id: I397ab0ebcac878447fff7fdcb80d9cae196a26b8 Closes-bug: #1334128 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index d9c34c61..afcf8172 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,6 +7,7 @@ mock>=1.0 posix_ipc sqlalchemy-migrate>=0.8.2,!=0.8.4 testrepository>=0.0.18 +testresources>=0.2.4 testscenarios>=0.4 testtools>=0.9.34 unittest2