From 83abc74b1b558974230508c3498b9c3c624aaf7b Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Thu, 22 Feb 2024 17:01:01 +0000 Subject: px-python-shared: delete sanity-check --- px/packages/python-xyz.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'px/packages/python-xyz.scm') 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/") -- cgit v1.2.3