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
This commit is contained in:
Masahito Muroi 2017-08-09 17:05:08 -05:00 committed by Pierre Riteau
parent 9d5265ea82
commit b21653b8e1
1 changed files with 1 additions and 0 deletions

View File

@ -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