summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-11 00:03:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:35 +0100
commitbacd611909a93d1f71ed5d8849475690c7df8024 (patch)
treee38340aa2bc20f34a90e33026f7ffebe57850835 /gnu
parent823ddbb07a704e97dabf2049eb3f00c83c1497a0 (diff)
gnu: mbed-tools: Drop phases.
* gnu/packages/embedded.scm (mbed-tools)[arguments]<#:phases>: Drop them, they are not required anymore. Change-Id: I470d9ecae2e86defcb144f8c759fd7db819f44f0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/embedded.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 4e2c208c96c..42093d476c0 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -2037,13 +2037,7 @@ whereas kdmx creates pseudo-ttys.")
2037 ;; tests: 631 passed, 27 skipped, 1 warning 2037 ;; tests: 631 passed, 27 skipped, 1 warning
2038 #:test-flags 2038 #:test-flags
2039 ;; E ModuleNotFoundError: No module named 'mbed_tools_ci_scripts' 2039 ;; E ModuleNotFoundError: No module named 'mbed_tools_ci_scripts'
2040 #~(list "--ignore=tests/ci_scripts/test_sync_board_db.py") 2040 #~(list "--ignore=tests/ci_scripts/test_sync_board_db.py")))
2041 #:phases
2042 #~(modify-phases %standard-phases
2043 (add-after 'unpack 'fix-pytest-config
2044 (lambda _
2045 (substitute* "pytest.ini"
2046 (("addopts = .*") "")))))))
2047 (native-inputs 2041 (native-inputs
2048 (list python-factory-boy 2042 (list python-factory-boy
2049 python-pytest 2043 python-pytest