diff options
Diffstat (limited to 'gnu/packages/embedded.scm')
| -rw-r--r-- | gnu/packages/embedded.scm | 8 |
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 |
