From 45ecfaebe487e34ec9ae00d4c274df0b4ebedd28 Mon Sep 17 00:00:00 2001 From: Daniel Rasmussen Date: Mon, 27 Apr 2020 14:24:02 -0300 Subject: [PATCH] squash! Restrict pylint version to <2.5 Pylint 2.5 errors if the package being checked is not installed. It is not clear whether this is an intentional change or not, so we are temporarily avoiding this version. --- CHANGES.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8bb4f8f50..b86acbd1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,7 +25,11 @@ Release History **Added** - Added support for new ``one_page`` option in ``nengo-sphinx-theme``. (`#101`_) -- Add upper bound to pylint version. (`#103`_) + +**Changed** + +- Restrict pylint version to <2.5 due to issue when the package being checked + is not installed in the current environment. (`#103`_) .. _#101: https://github.com/nengo/nengo-bones/pull/101 .. _#103: https://github.com/nengo/nengo-bones/pull/103