summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-02-22 17:01:01 +0000
committerFranz Geffke <franz@pantherx.org>2024-02-22 17:01:01 +0000
commit83abc74b1b558974230508c3498b9c3c624aaf7b (patch)
treee1c2920740b23149c19d9b95378627f8397f627b /px/packages/python-xyz.scm
parentf2ebea6866cd818f37409c47a6af1b7b850aab4b (diff)
px-python-shared: delete sanity-check
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index dda1a18..162bea1 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -891,6 +891,11 @@ communicating with your Coldcard over USB")
(sha256
(base32 "18cm0wpvc1hxs8v80v220kjws5wll4c1jl47zbwrw492y2sczakz"))))
(build-system python-build-system)
+ (arguments
+ (list #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'sanity-check))))
(native-inputs
(list python-requests))
(home-page "https://www.pantherx.org/")