From b21653b8e19becdce2a3a253bd73a9621d66807a Mon Sep 17 00:00:00 2001 From: Masahito Muroi Date: Wed, 9 Aug 2017 17:05:08 -0500 Subject: [PATCH] Follow a change of test-requirements.txt from Nova blazar-nova relies on the Nova test framework to test its features, since BlazarFilter works as part of the Nova scheduler. A new package dependency added to Nova broke the test job for blazar-nova. This patch adds the wsgi-intercept package to test-requirements.txt following its addition in the Nova test framework. Change-Id: Ia8e852bf9612c386a398f7e5282999f7b6b894de --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index cd1b591..6a2bde3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,5 +14,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 +wsgi-intercept>=1.4.1 # MIT License oslotest>=1.10.0 # Apache-2.0