guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: khal: Disable another test.


From: guix-commits
Subject: 01/01: gnu: khal: Disable another test.
Date: Wed, 5 Dec 2018 00:13:09 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3a2627b83cd18ae2a1f60d45cc726e9077b44fbd
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 5 00:10:11 2018 -0500

    gnu: khal: Disable another test.
    
    Normally we shouldn't disable tests just because they fail.  However,
    since the recent glibc update, it's not possible to keep using an old
    khal, because khal requires locales to be set up properly.
    
    * gnu/packages/calendar.scm (khal)[arguments]: Disable a failing test.
---
 gnu/packages/calendar.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 24e19b4..a5c677b 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -128,7 +128,9 @@ data units.")
                      ;; running in a TTY:
                      ;; https://github.com/pimutils/khal/issues/683
                      "not test_printics_read_from_stdin "
-                     "and not test_import_from_stdin")))))))
+                     "and not test_import_from_stdin "
+                     ;; https://github.com/pimutils/khal/issues/825
+                     "and not 
test_description_and_location_and_categories")))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("python-pytest-cov" ,python-pytest-cov)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]