This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5a23fd601e gnu: poetry: Fix tests.
5a23fd601e is described below
commit 5a23fd601e59bfb73c288a9645889c6c7d26a8de
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 22 22:03:02 2026 +0000
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
---
gnu/packages/package-management.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index a54fb8111a..08a467dda8 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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