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.
This commit is contained in:
Marius Bakke 2022-01-12 18:03:13 +01:00
parent 5f7559efd4
commit 013ce20502
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -18503,10 +18503,10 @@ (define-public python-isort
(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)