From d38ecdf013cf538ab5600c3d1ff6dc4f8888cb8b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 25 Mar 2015 10:37:16 +0100 Subject: [PATCH] Added tempest-lib to test-requirements.txt tempest-lib is missing (I found out building a Debian package). Also, mistralclient is trying to "import tempest", which is wrong. Mistral team: please address this. Change-Id: I55f2a07d2f665680a004c295cec4da3a80d8b10a --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 76bf0149..98f487dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,4 @@ mock>=1.0 nose testtools>=0.9.34 lockfile>=0.8 +tempest-lib