From 29334165ff01b1957dae5f2bac15ac7dfa021b6e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 30 May 2020 23:09:29 +0200 Subject: Revert "gnu: python-pylint: Udpate to 2.5.2." This update broke 'Totem', see . This reverts commit c2e19b6291cc4981e39d01aae85af0899614061d. --- gnu/packages/check.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index adc872764e..0c4ab0b2db 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1887,10 +1887,12 @@ (define-public python2-coverage-test-runner statements in the module it tests.") (license license:gpl3+))) +;; Further releases, up to 2.4.3, have failing unit tests. See: +;; https://github.com/PyCQA/pylint/issues/3198. (define-public python-pylint (package (name "python-pylint") - (version "2.5.2") + (version "2.3.1") (source (origin (method git-fetch) @@ -1900,11 +1902,8 @@ (define-public python-pylint (file-name (git-file-name name version)) (sha256 (base32 - "150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh")))) + "17vvzbcqmkhr4icq5p3737nbiiyj1y3g1pa08n9mb1bsnvxmqq0z")))) (build-system python-build-system) - ;; FIXME: Tests are failing since version 2.4.3, see: - ;; https://github.com/PyCQA/pylint/issues/3198. - (arguments '(#:tests? #f)) (native-inputs `(("python-pytest" ,python-pytest) ("python-pytest-runner" ,python-pytest-runner) @@ -1946,7 +1945,7 @@ (define-public python2-pylint (base32 "02a89d8a47s7nfiv1ady3j0sg2sbyja3np145brarfp5x9qxz9x2")))) (arguments - `(,@(strip-keyword-arguments '(#:tests?) (package-arguments pylint)) + `(,@(package-arguments pylint) #:phases (modify-phases %standard-phases (replace 'check -- cgit v1.2.3