guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pytest-flakes: Update to 4.0.5.


From: guix-commits
Subject: 01/03: gnu: python-pytest-flakes: Update to 4.0.5.
Date: Thu, 20 Apr 2023 15:48:04 -0400 (EDT)

podiki pushed a commit to branch core-updates
in repository guix.

commit 68e23d48f4aac468850e8731aac20a75fb0f6014
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Thu Apr 20 15:21:39 2023 -0400

    gnu: python-pytest-flakes: Update to 4.0.5.
    
    * gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.5.
    [native-inputs]: Remove python-pytest-cache.
---
 gnu/packages/check.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ac8de96b1c..1ac87578ce 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2564,13 +2564,13 @@ each of the environments.")
 (define-public python-pytest-flakes
   (package
     (name "python-pytest-flakes")
-    (version "4.0.1")
+    (version "4.0.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pytest-flakes" version))
               (sha256
                (base32
-                "0045h3hnrkn2jwr42jgy2j98npx4amwr6wxzi9j0nppaqz33l49p"))))
+                "0959qfxb4ayvfxvmpargvh4zfhwdq5l77gczhzv33bhmfblk8ccm"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -2583,8 +2583,7 @@ each of the environments.")
              (add-installed-pythonpath inputs outputs)
              (invoke "py.test" "-vv" "-k" "not test_syntax_error"))))))
     (native-inputs
-     (list python-coverage python-pytest python-pytest-cache
-           python-pytest-pep8))
+     (list python-coverage python-pytest python-pytest-pep8))
     (propagated-inputs
      (list python-pyflakes))
     (home-page "https://github.com/fschulze/pytest-flakes";)



reply via email to

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