From 8d8371de600df123a516d7ba7123d782c1a74275 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 10 Nov 2016 12:01:38 +0000 Subject: [PATCH] Add testscenario to test-requirements As Manila bundling oslo.db is not installing testscenario, all python gates are failing when trying to import it. This commit fixes it so the gates won't be blocked. This is a workaround of oslo.db not having testscenarios on its requirements file. Closes-Bug: #1640774 Change-Id: I660322666565408f6015da7aa82723a842d62a2d --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 168d3d496a..ec55846d05 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28,5 +28,6 @@ os-api-ref>=1.0.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT reno>=1.8.0 # Apache-2.0