guix-commits
[Top][All Lists]
Advanced

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

94/103: gnu: tuir: Disable failing tests.


From: guix-commits
Subject: 94/103: gnu: tuir: Disable failing tests.
Date: Wed, 5 Jan 2022 09:44:42 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit e62c39363e96b0e298d8a401a9d68b56b5168d47
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 1 15:48:57 2022 +0100

    gnu: tuir: Disable failing tests.
    
    * gnu/packages/syndication.scm (tuir)[arguments]: Remove custom 'check
    phase, delete 'sanity-check, disable failing tests.
---
 gnu/packages/syndication.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 0c6d860f72..9aa445f23b 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -459,13 +459,13 @@ a simple interface that makes it easy to organize and 
browse feeds.")
           "06xb030ibphbrz4nsxm8mh3g60ld8xfp6kc3j6vi1k4ls5s4h79i"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     ;; Test depends on wallclock and can be wrong.
+     `(#:test-flags '("-vv" "-k" "not test_content_humanize_timestamp")
+       #:phases
        (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
-             (add-installed-pythonpath inputs outputs)
-             (when tests?
-               (invoke "pytest")))))))
+         ;; Remove sanity-check, because the UI starts and fails when loading
+         ;; the main module.
+         (delete 'sanity-check))))
     (inputs
      (list python-beautifulsoup4 python-decorator python-kitchen
            python-requests python-six))



reply via email to

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