guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47907] [PATCHES] Jupyter Notebook: Enable tests.


From: Lars-Dominik Braun
Subject: [bug#47907] [PATCHES] Jupyter Notebook: Enable tests.
Date: Tue, 20 Apr 2021 11:49:00 +0200

Hi,

this patch series is mostly a QA patchset and enables tests on most of
Jupyter Notebook’s components. There are also two possibly controversial
changes:

- It moves the definition of JUPYTER_PATH to jupyter-core. I’d argue
  this is the more correct approach, because that package actually deals
  with this search path and installing any Jupyter package makes it work
  out of the box without installing the strange jupyter meta-package.
- It enables pandoc/LaTeX for nbconvert. The Notebook lists PDF output
  in its “Export as” menu and I feel both are useful, even though they
  increase the closure.

You can also pull the patchset here:
https://github.com/PromyLOPh/guix/tree/work-merge-jupyter

Cheers,
Lars

Lars-Dominik Braun (12):
  gnu: Move search path JUPYTER_PATH.
  gnu: python-jupyter-core: Enable tests.
  gnu: Add python-json-spec.
  gnu: Add python-fastjsonschema.
  gnu: python-nbformat: Enable tests.
  gnu: Add python-jupyter-client-bootstrap.
  gnu: Add python-ipykernel-bootstrap.
  gnu: python-jupyter-client: Enable tests.
  gnu: python-ipykernel: Add missing inputs.
  gnu: Add python-pytest-dependency.
  gnu: python-nbconvert: Enable more tests.
  gnu: python-notebook: Fix tests.

 gnu/packages/check.scm      |  23 +++
 gnu/packages/python-xyz.scm | 281 ++++++++++++++++++++++++++++++------
 2 files changed, 256 insertions(+), 48 deletions(-)

-- 
2.26.3

Attachment: 0002-gnu-python-jupyter-core-Enable-tests.patch
Description: Text Data

Attachment: 0011-gnu-python-nbconvert-Enable-more-tests.patch
Description: Text Data

Attachment: 0012-gnu-python-notebook-Fix-tests.patch
Description: Text Data

Attachment: 0004-gnu-Add-python-fastjsonschema.patch
Description: Text Data

Attachment: 0001-gnu-Move-search-path-JUPYTER_PATH.patch
Description: Text Data

Attachment: 0006-gnu-Add-python-jupyter-client-bootstrap.patch
Description: Text Data

Attachment: 0009-gnu-python-ipykernel-Add-missing-inputs.patch
Description: Text Data

Attachment: 0010-gnu-Add-python-pytest-dependency.patch
Description: Text Data

Attachment: 0005-gnu-python-nbformat-Enable-tests.patch
Description: Text Data

Attachment: 0003-gnu-Add-python-json-spec.patch
Description: Text Data

Attachment: 0007-gnu-Add-python-ipykernel-bootstrap.patch
Description: Text Data

Attachment: 0008-gnu-python-jupyter-client-Enable-tests.patch
Description: Text Data


reply via email to

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