From d82de281da1177a62fd66629b4119d8781799410 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 00:48:25 +0900 Subject: [PATCH] Remove "test" extra This hasn't been maintained properly while we fixed it recently. Remove it so that we can use test-requirements.txt solely. Change-Id: I9089b6243961fc3d4411711d034a17796b8789a2 --- setup.cfg | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index ccc800dfa..58532f4ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,12 +75,3 @@ database = SQLAlchemy-Utils>=0.30.11 # BSD License PyMySQL>=0.7.6 # MIT License psycopg2>=2.8.0 # LGPL/ZPL -test = - zake>=0.1.6 # Apache-2.0 - pydotplus>=2.0.2 # MIT License - hacking<6.2.0,>=6.1.0 - oslotest>=3.2.0 # Apache-2.0 - testtools>=2.2.0 # MIT - testscenarios>=0.4 # Apache-2.0/BSD - stestr>=2.0.0 # Apache-2.0 - pifpaf>=0.10.0 # Apache-2.0