[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-notebook: Disable more failing tests.
From: |
guix-commits |
Subject: |
06/07: gnu: python-notebook: Disable more failing tests. |
Date: |
Tue, 5 Nov 2024 15:32:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1b836a3b22c77f4f26fe3be5629d90f0e413b7d0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 20:01:53 2024 +0000
gnu: python-notebook: Disable more failing tests.
* gnu/packages/python-xyz.scm (python-notebook): Disable more failing
tests.
Change-Id: I86cf428533a9b6ea3c3b669db206c8b7378b6bc3
---
gnu/packages/python-xyz.scm | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e4533b7992..fc2b635eb5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17976,11 +17976,19 @@ convert an @code{.ipynb} notebook file into various
static formats including:
(arguments
(list
#:test-flags
- ;; TODO: This tests fails because nbconvert does not
- ;; list "python" as a format.
- '(list "-k" "not test_list_formats"
- ;; These tests require a browser.
- "--ignore=notebook/tests/selenium")
+ '(list "-k" (string-append
+ ;; TODO: This tests fails because nbconvert does not
+ ;; list "python" as a format.
+ "not test_list_formats"
+ ;; AssertionError: Lists differ:
+ " and not test_disable"
+ " and not test_enable"
+ " and not test_merge_config"
+ " and not test_load_ordered"
+ " and not test_list_running_sock_servers"
+ " and not test_run")
+ ;; These tests require a browser.
+ "--ignore=notebook/tests/selenium")
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'use-our-home-for-tests
- branch python-team updated (a3878e1185 -> 4f4d355dfd), guix-commits, 2024/11/05
- 03/07: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/05
- 02/07: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/05
- 01/07: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/05
- 06/07: gnu: python-notebook: Disable more failing tests.,
guix-commits <=
- 07/07: gnu: nikola: Fix build., guix-commits, 2024/11/05
- 04/07: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/05
- 05/07: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/05