From 5a0c61b53cb4a9344466a350f8c13686cf73a052 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 10 May 2024 00:53:58 +0200 Subject: gnu: python-apprise: Improve package style. * gnu/packages/python-xyz.scm (python-apprise): [arguments]: Convert <#:phases> check replacement into <#:test-flags>. Change-Id: I85c2ebadf65a4f1a7735042e784e56313c3de539 Signed-off-by: Nicolas Goaziou --- gnu/packages/python-xyz.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 869d8431a1..962c9e213e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -329,12 +329,7 @@ python-wheel)) (arguments (list - #:phases #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? inputs outputs #:allow-other-keys) - (when tests? - (delete-file "test/test_plugin_macosx.py") - (invoke "pytest"))))))) + #:test-flags '(list "--ignore=test/test_plugin_macosx.py"))) (home-page "https://github.com/caronc/apprise") (synopsis "Push notification Python library that works with many platforms") -- cgit v1.2.3