From 45c0ea4a3e6603e5be30b3ff8e90e4c4d0cb4136 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 31 Aug 2020 15:01:53 +0100 Subject: tools: Remove xenserver tooling These will not be used in a world without the XenAPI driver. Change-Id: I5bc3c7855b817c4ce2b8919c76be80cceabeec9e Signed-off-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 620bf441a2..1bb4087b7a 100644 --- a/tox.ini +++ b/tox.ini @@ -260,7 +260,7 @@ commands = bandit -r nova -x tests -n 5 -ll # these that have to be fixed enable-extensions = H106,H203,H904 ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405,W504,E731,H238 -exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,tools/xenserver*,releasenotes +exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,releasenotes # To get a list of functions that are more complex than 25, set max-complexity # to 25 and run 'tox -epep8'. # 39 is currently the most complex thing we have -- cgit v1.2.1