From 160e1165557d70d2e6eb7d29cb5a2800a074bc99 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Wed, 8 May 2019 09:17:40 -0500 Subject: [PATCH] Fix pylint failures due to keyring The pylint tox setup failures are because keyring 19.x does not work with python2.7. This is now imposed in the tox.ini file. Closes-Bug: 1828241 Change-Id: Ib6219a508ef843358b46b2f49c4da28d1a8bbec8 Signed-off-by: Al Bailey --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3f0db5930..abf2544da 100644 --- a/tox.ini +++ b/tox.ini @@ -88,7 +88,7 @@ deps = -r{toxinidir}/test-requirements.txt -e{[tox]stxdir}/config/sysinv/sysinv/sysinv -e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client docutils - keyring + keyring===18.0.1 libvirt-python oslo_i18n oslo_log