From 5bea3b23c4d872b0052b1a88a8bda900ec3ed53e Mon Sep 17 00:00:00 2001 From: Tianbiao Qi Date: Mon, 17 Oct 2016 18:36:47 +0800 Subject: [PATCH] Remove testscenarios denpendency Since the commit 482e3ce6ab6d21a6349367d8d34d28439adc29c5 had just removed the NegativeAutoTest Framework, which was the only user of package testscenarios, testscenarios is no longer used by tempest. This patch suggests to remove testscenarios from the package denpendency defined file requirments.txt. Change-Id: Id2d4ab7c54223044551e4684e9ae1eee130f01c0 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4af8bb38bd..fa6c413115 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0 six>=1.9.0 # MIT fixtures>=3.0.0 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD PyYAML>=3.10.0 # MIT python-subunit>=0.0.18 # Apache-2.0/BSD stevedore>=1.17.1 # Apache-2.0