guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a16919d7f61b83a151d34583dbe891d2f062ff12
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 00:03:27 2026 +0100
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 <[email protected]>
---
gnu/packages/embedded.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index c27e31987f..d0ede14108 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -2031,13 +2031,7 @@ whereas kdmx creates pseudo-ttys.")
;; tests: 631 passed, 27 skipped, 1 warning
#:test-flags
;; E ModuleNotFoundError: No module named 'mbed_tools_ci_scripts'
- #~(list "--ignore=tests/ci_scripts/test_sync_board_db.py")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pytest.ini"
- (("addopts = .*") "")))))))
+ #~(list "--ignore=tests/ci_scripts/test_sync_board_db.py")))
(native-inputs
(list python-factory-boy
python-pytest