[bug#78315,04/53] gnu: emacs-robot-log: Skip tests.

Message ID 20250508125104.26530-4-ngraves@ngraves.fr
State New
Headers
Series More fixes, and a lot of style improvements. |

Commit Message

Nicolas Graves May 8, 2025, 12:50 p.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-robot-log)[arguments]<tests?>:
Skip them.
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b969b19051..5a41f5ce1c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9330,6 +9330,9 @@  (define-public emacs-robot-log
                (base32
                 "1l9yxryrhvylh2x17cczd8v8978w1nv8173d4l9hv0cr26kp5b68"))))
     (build-system emacs-build-system)
+    (arguments
+     ;; XXX: Tests are currently broken due to python-robotframework.
+     (list #:tests? #f))
     (native-inputs (list python-robotframework))
     (home-page "https://sr.ht/~apteryx/emacs-robot-log/")
     (synopsis "Emacs major mode for viewing RobotFramework debug log files")