[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
244/361: gnu: python-notebook: Disable more failing tests.
From: |
guix-commits |
Subject: |
244/361: gnu: python-notebook: Disable more failing tests. |
Date: |
Thu, 21 Nov 2024 06:29:27 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6d670d37313c6fee9ee40b7d57976aed4542aa82
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 862f5f6126..3733403c53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18036,11 +18036,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
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., (continued)
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/21
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/21
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/21
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/21
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/21
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/21
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests.,
guix-commits <=
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/21
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/21
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/21
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/21
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/21
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/21
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/21
- 271/361: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/21
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/21
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/21