From ec8f632fe58b230d1001a4075b6b0ee9c4c278f3 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 28 Mar 2017 19:11:06 +0800 Subject: [PATCH] Trivial: Remove testscenarios from test-requirements.txt We don't use testscenarios anywhere, need remove it. Change-Id: I6fcda519942f3fd4340bc8a5d92ad25db16eec14 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ea8096e..06172c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT # this is required for the docs build jobs