guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python-check-manifest: Use the 'fixed' git for tests.


From: guix-commits
Subject: 05/10: gnu: python-check-manifest: Use the 'fixed' git for tests.
Date: Sat, 19 Nov 2022 16:10:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 273988e94c6f87f554e552c11b09cab65897e081
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 19 08:26:32 2022 +0100

    gnu: python-check-manifest: Use the 'fixed' git for tests.
    
    * gnu/packages/python-xyz.scm (python-check-manifest)[native-inputs]: Change
    from GIT to GIT-MINIMAL/FIXED.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f91662713c..0daeb3c0fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25569,8 +25569,6 @@ also be usable with other GSSAPI mechanisms.")
          (base32
           "0lk45ifdv2cpkl6ayfyix7jwmnxa1rha7xvb0ih5999k115wzqs4"))))
     (build-system python-build-system)
-    (native-inputs
-     (list python-mock git))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -25582,6 +25580,8 @@ also be usable with other GSSAPI mechanisms.")
              (setenv "HOME" "/tmp")
              (invoke "git" "config" "--global"
                      "protocol.file.allow" "always"))))))
+    (native-inputs
+     (list python-mock git-minimal/fixed))
     (home-page "https://github.com/mgedmin/check-manifest";)
     (synopsis "Check MANIFEST.in in a Python source package for completeness")
     (description "Python package can include a MANIFEST.in file to help with



reply via email to

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