guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/18: gnu: python-flake8: Update to 4.0.1.


From: guix-commits
Subject: 04/18: gnu: python-flake8: Update to 4.0.1.
Date: Tue, 7 Jun 2022 09:18:38 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 5022cf8e044cadaad41660f97c0a763ff0a81688
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 6 14:12:04 2022 -0400

    gnu: python-flake8: Update to 4.0.1.
    
    * gnu/packages/python-xyz.scm (python-flake8): Update to 4.0.1.
    [phases]{check}: Delete extraneous add-installed-pythonpath call.
    [propagated-inputs]: Re-indent.
    [native-inputs]: Remove python-mock.
---
 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9ce64f129f..eefb08ae6a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10229,13 +10229,15 @@ cyclomatic complexity of Python source code.")
     (arguments
      `(#:phases (modify-phases %standard-phases
                   (replace 'check
-                    (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+                    (lambda* (#:key tests? #:allow-other-keys)
                       (when tests?
-                        (add-installed-pythonpath inputs outputs)
                         (invoke "pytest" "-v")))))))
-    (propagated-inputs (list python-pycodestyle python-entrypoints
-                             python-pyflakes python-mccabe))
-    (native-inputs (list python-mock python-pytest))
+    (propagated-inputs
+     (list python-entrypoints
+           python-mccabe
+           python-pycodestyle
+           python-pyflakes))
+    (native-inputs (list python-pytest))
     (home-page "https://gitlab.com/pycqa/flake8";)
     (synopsis "The modular source code checker: pep8, pyflakes and co")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]