emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#47907: closed ([PATCHES] Jupyter Notebook: Enable tests.)
Date: Mon, 26 Apr 2021 08:40:01 +0000

Your message dated Mon, 26 Apr 2021 10:39:39 +0200
with message-id <YIZ8S88uM6yoi2DX@noor.fritz.box>
and subject line Re: [PATCHES] Jupyter Notebook: Enable tests.
has caused the debbugs.gnu.org bug report #47907,
regarding [PATCHES] Jupyter Notebook: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47907: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47907
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: [PATCHES] Jupyter Notebook: Enable tests. Date: Mon, 26 Apr 2021 10:39:39 +0200
Hi,

I merged them with minor modifications based on Ricardo’s suggestions as
2209e5c7531bfe5e81c86f0a581d16569ee9b719 and preceding.




--- End Message ---

reply via email to

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