guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8ea6b0e3ed6b6373b0a16f92562fdcd64a687c20
Author: Morgan Smith <[email protected]>
AuthorDate: Fri Jul 7 12:35:26 2023 -0400

    gnu: org-mode: Enable more tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-org)
    [arguments] <#:phases>: Do not skip the tests
    'test-org/org-encode-time' and 'test-org/org-time-string-to-time'.
    [native-inputs]: Add 'tzdata'.
    
    Change-Id: Ie5d619275f8ce72fbb85216aae46ac41aedaec04
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82a3b17427..b7554f7bfd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21055,9 +21055,6 @@ federated blogging platform WriteFreely.")
               ;; XXX: Skip failing tests.
               (substitute* "testing/lisp/test-ob-shell.el"
                 (("ob-shell/remote-with-stdin-or-cmdline .*" all)
-                 (string-append all "  (skip-unless nil)\n")))
-              (substitute* "testing/lisp/test-org.el"
-                (("test-org/org-(encode-time|time-string-to-time) .*" all)
                  (string-append all "  (skip-unless nil)\n")))))
           (replace 'build
             (lambda args
@@ -21084,7 +21081,7 @@ federated blogging platform WriteFreely.")
                             (string-append #$output "/share/doc/"
                                            #$name "-" #$version)))))))
     (native-inputs
-     (list texinfo))
+     (list texinfo tzdata))
     (home-page "https://orgmode.org/";)
     (synopsis "Outline-based notes management and organizer")
     (description "Org is an Emacs mode for keeping notes, maintaining TODO

Reply via email to