mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
5f7559efd4
commit
013ce20502
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue