diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-18 11:35:20 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-18 11:35:20 +0100 |
commit | b91c71559805c4abb65f92bc9679eba7a5dc10be (patch) | |
tree | 085166dce570156636187c2b09fc3087fb69f5d0 /px | |
parent | dacd7457d04e1c3a38965b24b65799cf114921fe (diff) |
px: state-massage: Disable tests
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/python-xyz.scm | 8 |
1 files changed, 6 insertions, 2 deletions
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.") |