diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-16 20:02:42 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-17 18:49:50 +0100 |
| commit | 40b59d5f47e645f543f0cd42984b25ab6a442ec0 (patch) | |
| tree | a37f1a1498d7abed13ea0afcd9e927ee991ac3f4 | |
| parent | c57e1e118da577d01bfe1cc5d10a7561af5be816 (diff) | |
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
| -rw-r--r-- | gnu/packages/electronics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 9226e75cc0a..1376d659c4e 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 |
