From 82a2a09cdf62f7cfd4e33572da2310667b21ac05 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 17 Nov 2017 18:01:43 +0530 Subject: [PATCH] Fixed requirements and test-requirements for zun tempest plugin * Since tempest plugin does contains any unit tests that's why there will be no test dependency stay there and those will be moved to requirements.txt. The tempest plugin sanity check runned against tempest gate is also failing giving ImportError: No module named tempest_plugin.plugin. It can be fixed by fixing requirements for the plugin. * https://review.openstack.org/#/c/514269/ Change-Id: I3de3d6c6928d31af9c2deeba800b201bb681ac4e --- requirements.txt | 6 ++++++ test-requirements.txt | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d18dd3..90628ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,9 @@ # process, which may cause wedges in the gate later. pbr>=2.0 # Apache-2.0 +six>=1.10.0 # MIT +oslo.utils>=3.31.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +docker>=2.4.2 # Apache-2.0 +tempest>=16.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5072651..e363ddc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,13 +4,7 @@ hacking>=0.12.0,<0.13 # Apache-2.0 -coverage>=4.0,!=4.4 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD -oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT openstackdocstheme>=1.11.0 # Apache-2.0 # releasenotes reno>=1.8.0 # Apache-2.0 -docker>=2.4.2 # Apache-2.0