guix-commits
[Top][All Lists]
Advanced

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

23/45: gnu: python-isort: Do not depend on 'git'.


From: guix-commits
Subject: 23/45: gnu: python-isort: Do not depend on 'git'.
Date: Wed, 12 Jan 2022 17:58:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 013ce20502d2e8921381f19b9170dcefce29efa4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 18:03:13 2022 +0100

    gnu: python-isort: Do not depend on 'git'.
    
    * gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable test that
    uses git.
    [native-inputs]: Remove GIT-MINIMAL.
---
 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 2b37a4d560..bda5692a50 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18503,10 +18503,10 @@ multitouch applications.")
                  (setenv "PATH" (string-append (getenv "PATH") ":" bin)))
                (add-installed-pythonpath inputs outputs)
                (invoke "pytest" "-vv" "tests/unit/"
+                       "-k" "not test_gitignore" ;requires git
                        "--ignore=tests/unit/test_deprecated_finders.py")))))))
     (native-inputs
-     `(("git" ,git-minimal)
-       ("python-black" ,python-black)
+     `(("python-black" ,python-black)
        ("python-colorama" ,python-colorama)
        ("python-hypothesmith" ,python-hypothesmith)
        ("python-libcst" ,python-libcst-minimal)



reply via email to

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