guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 1a8469ffb782352aac61599460cc97e499d23955 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Thu Jun 19 09:58:53 2025 +0200
gnu: python-stestr: Rely on its own test-backend. * gnu/packages/python-check.scm (python-stestr)[arguments]{phases}: Remove keyword. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/python-check.scm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 8a78847e05..34278682a0 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3653,19 +3653,11 @@ possibly work.") (arguments (list #:test-flags - ;; Two tets fail. + ;; XXX: Two tests fail. #~(list "--exclude-regex" (string-join (list "test_initialise_expands_user_directory" "test_open_expands_user_directory") - "|")) - #:phases - #~(modify-phases %standard-phases - ;; TODO: Implement in pypproject-build-system's test-backends. - (replace 'check - (lambda* (#:key tests? test-flags #:allow-other-keys) - (when tests? - (let ((stestr (string-append #$output "/bin/stestr"))) - (apply invoke stestr "run" test-flags)))))))) + "|")))) (native-inputs (list python-ddt python-iso8601