From b91c71559805c4abb65f92bc9679eba7a5dc10be Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Thu, 18 Apr 2024 11:35:20 +0100 Subject: px: state-massage: Disable tests --- px/packages/python-xyz.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'px') diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 1d8be3e..2c84b5a 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -1030,8 +1030,12 @@ upload, and reCAPTCHA.") (sha256 (base32 "01kc2d4sbjrnqrp8jd751pcvl27l7pgp4nf1m6a5gzckgqbx8j53")))) (build-system python-build-system) - (propagated-inputs (list python-babel python-flask python-jinja2 - python-speaklater)) + (arguments + (list #:tests? #f + #:phases + #~(modify-phases %standard-phases + (delete 'sanity-check)))) + (native-inputs `(("pkg-config" ,pkg-config))) (home-page "https://www.pantherx.org/") (synopsis "Massages the state of your system.") (description "Basically ansible, minus a lot of the features, plus speed.") -- cgit v1.2.3