gnu: python-notebook: Update to 6.4.10.
* gnu/packages/python-xyz.scm (python-notebook): Update to 6.4.10. [phases]{check}: Remove add-installed-pythonpath. [native-inputs]: python-nest-asyncio.
This commit is contained in:
parent
1e76c82ca6
commit
73728b3942
1 changed files with 4 additions and 4 deletions
|
@ -13722,13 +13722,13 @@ (define-public python-nbconvert
|
|||
(define-public python-notebook
|
||||
(package
|
||||
(name "python-notebook")
|
||||
(version "6.3.0")
|
||||
(version "6.4.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "notebook" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zfwr87ndjzmdp9adpc9lby1hdqdkjp2q7c9vff3wiw1dj6kkjfb"))))
|
||||
"03p976xq1l9xf4djwk0snmywd0zck3i6gjngxsl874i8qrmsf214"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -13747,10 +13747,9 @@ (define-public python-notebook
|
|||
(setenv "HOME" (getcwd))))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
||||
;; These tests require a browser
|
||||
;; These tests require a browser.
|
||||
(delete-file-recursively "notebook/tests/selenium")
|
||||
(when tests?
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
;; Interferes with test expectations.
|
||||
(unsetenv "JUPYTER_CONFIG_PATH")
|
||||
;; Some tests do not expect all files to be installed in the
|
||||
|
@ -13767,6 +13766,7 @@ (define-public python-notebook
|
|||
python-jinja2
|
||||
python-jupyter-client
|
||||
python-jupyter-core
|
||||
python-nest-asyncio
|
||||
python-nbconvert
|
||||
python-nbformat
|
||||
python-prometheus-client
|
||||
|
|
Loading…
Reference in a new issue