Fix CI failure

the migration tests raised error:
ImportError: No module named testscenarios

Add testscenarios to test-requirements.txt

Change-Id: Ife2013cba5fb071bebead7e841decc53184fe57a
This commit is contained in:
wangxiyuan 2016-12-24 10:50:47 +08:00
parent b41802c3ad
commit ca1501a8dd
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslo.db>=4.11.0,!=4.13.1,!=4.13.2 # Apache-2.0