guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 9a8064254d9fbdabb517f791f05882beaad38cb9 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 f00f5b6f1f..bbe50278aa 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3675,19 +3675,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