mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: poetry: Fix tests.
This is a following up fix reported in <https://codeberg.org/guix/guix/pulls/6443#issuecomment-10859915>. * gnu/packages/package-management.scm (poetry): [phases]{sanity-check}: Preserve phase. [propagated-inputs]: Remove python-dulwich; add python-dulwich-0.24. Change-Id: I92b5c2a9d5ed025aca5145b5d0f75c5821bbda5a
This commit is contained in:
@@ -1399,11 +1399,7 @@ Trisquel's @code{apt}.")
|
||||
;; poetry.inspection.info.PackageInfoError: Unable
|
||||
;; to determine package info for path
|
||||
"test_info_setup_complex_calls_script")
|
||||
" and not "))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Almost every dependency is pinned too strictly.
|
||||
(delete 'sanity-check))))
|
||||
" and not "))))
|
||||
(native-inputs
|
||||
(list nss-certs-for-test
|
||||
python-deepdiff
|
||||
@@ -1416,7 +1412,7 @@ Trisquel's @code{apt}.")
|
||||
(list python-cachecontrol
|
||||
python-cleo
|
||||
python-crashtest
|
||||
python-dulwich
|
||||
python-dulwich-0.24
|
||||
python-entrypoints
|
||||
python-fastjsonschema
|
||||
python-findpython
|
||||
|
||||
Reference in New Issue
Block a user