[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/150: gnu: python-bleach: Selectively disable tests.
From: |
guix-commits |
Subject: |
75/150: gnu: python-bleach: Selectively disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:25 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 531c8bd3042725ea5cc6beaae17a7bd6da044b2d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 14:38:30 2021 +0100
gnu: python-bleach: Selectively disable tests.
* gnu/packages/python-xyz.scm (python-bleach)[#:test-flags]: Disable
one test.
---
gnu/packages/python-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a75c8494a4..8216be854d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12756,11 +12756,8 @@ systems, as a command line tool, and as a Python
library.")
(sha256
(base32 "1nkibazmw1ry4cfxs9qrkkidxdf2z1hh1b20xq1ahqdsgsrxh009"))))
(build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests? (invoke "pytest" "-vv")))))))
+ ;; Some of these tests fail for unknown reasons.
+ (arguments `(#:test-flags '("-vv" "-k" "not
test_uri_value_allowed_protocols")))
(propagated-inputs
(list python-packaging python-six python-webencodings))
(native-inputs
- 102/150: gnu: python-tinycss2: Remove custom build process., (continued)
- 102/150: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/04/24
- 111/150: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/04/24
- 120/150: gnu: python-pypandoc: Add missing build input., guix-commits, 2022/04/24
- 124/150: gnu: python-annoy: Disable tests., guix-commits, 2022/04/24
- 127/150: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/04/24
- 132/150: gnu: python-cons: Disable tests., guix-commits, 2022/04/24
- 142/150: gnu: python-lcov-cobertura: Disable tests., guix-commits, 2022/04/24
- 147/150: gnu: python-typing-extensions: Remove custom 'build and 'install., guix-commits, 2022/04/24
- 150/150: gnu: python-markdown: Switch testing to unittest., guix-commits, 2022/04/24
- 61/150: gnu: python-httptools: Disable tests., guix-commits, 2022/04/24
- 75/150: gnu: python-bleach: Selectively disable tests.,
guix-commits <=
- 86/150: gnu: python-devtools: Disable tests., guix-commits, 2022/04/24
- 92/150: gnu: python-click-5: Disable failing test., guix-commits, 2022/04/24
- 67/150: gnu: python-pikepdf: Remove unused input., guix-commits, 2022/04/24
- 101/150: gnu: python-reportlab: Convert #:configure-flags to alist., guix-commits, 2022/04/24
- 97/150: gnu: Add missing module import., guix-commits, 2022/04/24
- 116/150: gnu: python-threadpoolctl: Add missing build dependency., guix-commits, 2022/04/24
- 122/150: gnu: python-aiosqlite: Add missing build input., guix-commits, 2022/04/24
- 134/150: gnu: python-cwcwidth: Disable tests., guix-commits, 2022/04/24
- 136/150: gnu: python-ilinkedlist: Disable tests., guix-commits, 2022/04/24
- 143/150: gnu: python-libsass: Fix 'sanity-check phase., guix-commits, 2022/04/24