From e6b05240ea34d6dbab9a32af61387c13321831eb Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Thu, 25 Oct 2018 15:26:21 +0000 Subject: [PATCH] Remove autopep8 and formencode from test-requirements.txt It looks these dependencies are listed in test requirements but not used in the code. In addition, they are not included in the openstack global requirement so this commit removes them from the list. Change-Id: I61c20979b3bbf9b87a5b7285d11efff6b6e3f923 --- test-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2396a1ac..c7e74559 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,9 +9,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD oslotest>=1.10.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testtools>=1.4.0 # MIT -autopep8 mock>=2.0.0 # BSD nose pycodestyle>=2.0.0 # MIT pylint==1.9.2 # GPLv2 -formencode