Fix the cover task

The coverage code task was failing because it was missing the
oslotest python module in its test-requirements.txt file

Change-Id: If9387580b10f50fc51b51b7f41ef2af045a01d13
This commit is contained in:
Victor Morales 2018-03-27 14:43:24 -07:00
parent 468f725583
commit f247b70df4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
fixtures>=3.0.0 # Apache-2.0/BSD
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD