From 663384ef326d43331c879fb7684bed7b582e3fba Mon Sep 17 00:00:00 2001 From: Aleksandr Kholkin Date: Mon, 14 Nov 2016 18:31:18 +0300 Subject: [PATCH] Add murano-pkg-check to the test-requirements.txt Change-Id: I4fa6621f3a35e13c7f5255103ba7064d68e43cff --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 95c938916..063b352af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,7 @@ unittest2 # BSD pylint==1.4.5 # GPLv2 requests>=2.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 +murano-pkg-check>=0.2.0 # Apache-2.0 # Some of the tests use real MySQL and Postgres databases PyMySQL!=0.7.7,>=0.6.2 # MIT License