From a3a08b2348d67e242def16dd2349bb2ab98219c6 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 9 May 2016 17:42:06 +0800 Subject: [PATCH] Remove openstack/common related stuff openstack/common directory was used to keep files from oslo-incubator. There is no file from oslo-incubator now, so don't need handle particular case for openstack/common. Note: method split_path will be merged in oslo.utils[1], then we can remove this directory forever. [1] https://review.openstack.org/#/c/313996/ Change-Id: I60628204f928753ad930c0a2da631473c7f4fdc3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38520db..2ef63f3 100644 --- a/tox.ini +++ b/tox.ini @@ -83,7 +83,7 @@ commands = bandit -c bandit.yaml -r sahara -n5 -p sahara_default -x tests [flake8] show-source = true builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools [hacking] import_exceptions = sahara.i18n._, sahara.i18n._LI, sahara.i18n._LW, sahara.i18n._LE, sahara.i18n._LC