This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 40b59d5f47 gnu: python-surf: Disable tests.
40b59d5f47 is described below
commit 40b59d5f47e645f543f0cd42984b25ab6a442ec0
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Dec 16 20:02:42 2025 +0100
gnu: python-surf: Disable tests.
Tests require slaclab/ruckus, which needs ghdl vhdl compiler.
Package update requires rogue, not in the repos.
* gnu/packages/electronics.scm (python-surf)[native-inputs]: Remove
python-wheel.
Change-Id: I634cc5d5c8091665a1751272bd83e17169ffe1af
---
gnu/packages/electronics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 9226e75cc0..1376d659c4 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2293,6 +2293,7 @@ languages.")
(build-system pyproject-build-system)
(arguments
(list
+ #:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-deps
@@ -2303,8 +2304,8 @@ languages.")
(("rawVer .*")
(string-append "rawVer = \"v"
#$version "\""))))))))
- (native-inputs (list python-setuptools python-wheel python-gitpython
- git-minimal/pinned))
+ (native-inputs
+ (list python-setuptools python-gitpython git-minimal/pinned))
(home-page "https://slaclab.github.io/surf/")
(synopsis "SLAC Ultimate RTL Framework")
(description