commit 2d3ef0a8ce5a01ff641aed43efd90d49405a42fd Author: Philipp Winter phw@nymity.ch Date: Thu Sep 12 15:56:19 2019 -0700
Update to pylint version 2.4.2.
The bug that was once the reason to stick with version 1.1.0 has seen been resolved: https://github.com/PyCQA/pylint/issues/203 --- .test.requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt index 2b6da2f..298d61a 100644 --- a/.test.requirements.txt +++ b/.test.requirements.txt @@ -8,7 +8,5 @@ coverage==4.5.4 mechanize==0.4.3 pep8==1.7.1 -# pylint must be pinned until pylint bug #203 is fixed. See -# https://bitbucket.org/logilab/pylint/issue/203/importing-namespace-packages-... -pylint==1.1.0 +pylint==2.4.2 sure==1.4.11
tor-commits@lists.torproject.org