sharlatan pushed a commit to branch python-team
in repository guix.
commit f3f6769a3bb7a23988081971ad6837643f0c79c6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Mar 24 11:49:04 2025 +0000
gnu: nikola: Skip one test.
* gnu/packages/python-xyz.scm (nikola) [arguments] <test-flags>: Skip
one test.
Change-Id: I10d4edf07b7c7b4e19020773215da5eae27cd0f4
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2972e018d..076b0f9dbd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38298,7 +38298,9 @@ these linters: @code{pycodestlye}, @code{pyflakes}")
(arguments
(list
#:test-flags #~(list "--durations=10"
- "--ignore=tests/integration/test_dev_server.py")
+ "--ignore=tests/integration/test_dev_server.py"
+ ;; Assertion fails in diff of HTML template.
+ "-k" "not test_compiling_markdown")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config