From ba70d14435e97de559873fded5f142b52d3b9672 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 8 Nov 2023 01:24:08 +0900 Subject: [PATCH] Remove unnecessary comment lines from setup.cfg These lines have been kept so long without being commented in, so are not needed. Change-Id: I742d793169828cae97ea617c1b025d98672487e3 --- setup.cfg | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/setup.cfg b/setup.cfg index e795bbd14..d44a5579d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,19 +82,3 @@ oslo.config.opts = barbican.certificate.plugin.snakeoil = barbican.plugin.snakeoil_ca:list_opts oslo.config.opts.defaults = barbican.common.config = barbican.common.config:set_lib_defaults - -# TBD: OpenStack stuff... -# NOTE(jkoelker) To run the test suite under nose install the following -# coverage https://pypi.org/project/coverage -# tissue https://pypi.org/project/tissue (pep8 checker) -# openstack-nose https://github.com/jkoelker/openstack-nose -#verbosity=2 -#detailed-errors=1 -#with-openstack=1 -#openstack-red=0.05 -#openstack-yellow=0.025 -#openstack-show-elapsed=1 -#openstack-color=1 - -#[install] -#install-lib=/usr/local/bin/vbarbican/lib/python2.7/site-packages/