[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/150: gnu: python-markdown: Switch testing to unittest.
From: |
guix-commits |
Subject: |
150/150: gnu: python-markdown: Switch testing to unittest. |
Date: |
Sun, 24 Apr 2022 05:12:51 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit d289fe92f7412cbb6caaaa7f9fe808941428b100
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Apr 21 17:25:44 2022 +0200
gnu: python-markdown: Switch testing to unittest.
* gnu/packages/python-xyz.scm (python-markdown)[arguments]: Override
'check.
---
gnu/packages/python-xyz.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index efbf0b4286..63eb6884f8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10889,8 +10889,13 @@ Python.")
(base32
"0jbs73nincha8fkfxx267sfxac6pl0ckszjbqbb8gk4dhs8v9d9i"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _ (invoke "python" "-m" "unittest" "discover"))))))
(native-inputs
- (list python-nose python-pyyaml))
+ (list python-pyyaml))
(home-page "https://python-markdown.github.io/")
(synopsis "Python implementation of Markdown")
(description
- 94/150: gnu: btrfs-progs: Add missing input., (continued)
- 94/150: gnu: btrfs-progs: Add missing input., guix-commits, 2022/04/24
- 110/150: gnu: python-flake8-print: Add missing build input., guix-commits, 2022/04/24
- 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 <=
- 61/150: gnu: python-httptools: Disable tests., guix-commits, 2022/04/24
- 75/150: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/04/24
- 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