[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/150: gnu: python-jupyter-packaging: Disable failing tests.
From: |
guix-commits |
Subject: |
140/150: gnu: python-jupyter-packaging: Disable failing tests. |
Date: |
Sun, 24 Apr 2022 05:12:50 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 03d1f04ebe7042a4c1d0b174c554ff5d9f9bbb78
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 16 14:33:35 2022 +0100
gnu: python-jupyter-packaging: Disable failing tests.
* gnu/packages/jupyter.scm (python-jupyter-packaging)[arguments]:
Disable failing tests.
[native-inputs]: Add python-pip.
---
gnu/packages/jupyter.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index dd5d2a5a55..8dd32db147 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -223,12 +223,22 @@ the JupyterLab CSS variables.")
(base32
"0r015c0m713d19asmpimsw6bk2sqv2lpd2nccgjzjdj5h1crg0bg"))))
(build-system python-build-system)
+ (arguments `(#:test-flags `("-vv" "-k" ,(string-append
+ ;; These try to fetch packages via pip.
+ "not test_install_missing "
+ "and not test_install_hybrid "
+ "and not test_install "
+ "and not test_develop "
+ "and not test_build_package "
+ "and not test_deprecated_metadata "
+ ;; Tries to write to site-packages.
+ "and not test_create_cmdclass"))))
(propagated-inputs
(list python-deprecation python-packaging python-setuptools
python-tomlkit python-wheel))
(native-inputs
(list python-pypa-build python-coverage python-pytest
- python-pytest-cov python-pytest-mock))
+ python-pytest-cov python-pytest-mock python-pip))
(home-page "https://jupyter.org")
(synopsis "Jupyter packaging utilities")
(description "This package provides tools to help build and install
- 67/150: gnu: python-pikepdf: Remove unused input., (continued)
- 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
- 137/150: gnu: python-importmagic: Add missing test input., guix-commits, 2022/04/24
- 139/150: gnu: python-jinja2-cli: Disable tests., guix-commits, 2022/04/24
- 140/150: gnu: python-jupyter-packaging: Disable failing tests.,
guix-commits <=
- 145/150: gnu: python-lunr: Disable tests., guix-commits, 2022/04/24
- 146/150: gnu: meson: Match shebang instead of setuptools-specific line., guix-commits, 2022/04/24
- 148/150: gnu: python-parsedatetime: Explicit test-backend., guix-commits, 2022/04/24
- 03/150: python-build-system: Use PEP 517-compatible builds., guix-commits, 2022/04/24
- 17/150: gnu: python-testpath: Remove custom build phases., guix-commits, 2022/04/24
- 09/150: gnu: python-flit: Inherit from python-flit-core., guix-commits, 2022/04/24
- 35/150: gnu: python-urwidtrees: Remove dependency on mock., guix-commits, 2022/04/24
- 52/150: gnu: python-pytest-xvfb: Remove obsolete test target., guix-commits, 2022/04/24
- 50/150: gnu: python-pytest-benchmark: Disable tests., guix-commits, 2022/04/24
- 53/150: gnu: python-pytest-qt: Remove obsolete test target., guix-commits, 2022/04/24