guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]