[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/150: gnu: tuir: Disable failing tests.
From: |
guix-commits |
Subject: |
90/150: gnu: tuir: Disable failing tests. |
Date: |
Sun, 24 Apr 2022 05:12:28 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit af70ac7b3a444d0b6ee21ec6547a2a6676846358
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, disable failing tests.
---
gnu/packages/syndication.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 0417737d7d..08d00d910b 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -465,14 +465,11 @@ 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
- (delete 'sanity-check) ; Tries to read environment variables.
- (replace 'check
- (lambda* (#:key tests? inputs outputs #:allow-other-keys)
- (add-installed-pythonpath inputs outputs)
- (when tests?
- (invoke "pytest")))))))
+ (delete 'sanity-check)))) ; Tries to read environment
variables.
(inputs
(list python-beautifulsoup4 python-decorator python-kitchen
python-requests python-six))
- 53/150: gnu: python-pytest-qt: Remove obsolete test target., (continued)
- 53/150: gnu: python-pytest-qt: Remove obsolete test target., guix-commits, 2022/04/24
- 51/150: gnu: python-entrypoint2: Remove obsolete test target., guix-commits, 2022/04/24
- 57/150: gnu: python-argon2-cffi: Do not override 'build., guix-commits, 2022/04/24
- 69/150: gnu: python-three-merge: Remove obsolete argument., guix-commits, 2022/04/24
- 64/150: gnu: python-pyls-black: Remove obsolete argument., guix-commits, 2022/04/24
- 85/150: gnu: python-libxml2: Fix build., guix-commits, 2022/04/24
- 83/150: gnu: python-gssapi: Disable tests., guix-commits, 2022/04/24
- 76/150: gnu: python-pytest-catchlog: Disable tests., guix-commits, 2022/04/24
- 68/150: gnu: python-backcall: Add missing build inputs., guix-commits, 2022/04/24
- 70/150: gnu: python-pep8: Disable tests., guix-commits, 2022/04/24
- 90/150: gnu: tuir: Disable failing tests.,
guix-commits <=
- 96/150: gnu: python-webob: Disable tests., guix-commits, 2022/04/24
- 95/150: gnu: python-docker-pycreds: Disable tests., guix-commits, 2022/04/24
- 117/150: gnu: python-gphoto2: Disable tests., guix-commits, 2022/04/24
- 119/150: gnu: python-pytest-doctestplus: Add missing build input., guix-commits, 2022/04/24
- 126/150: gnu: python-backpack: Disable tests., guix-commits, 2022/04/24
- 133/150: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/04/24
- 138/150: gnu: python-igraph: Fix #:configure-flags., guix-commits, 2022/04/24
- 141/150: gnu: python-pypa-build: Move inputs to propagated inputs., guix-commits, 2022/04/24
- 149/150: gnu: python-pytest-aiohttp: Disable tests., guix-commits, 2022/04/24
- 131/150: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/04/24