mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-jupyter-server: Use older pytest.
* gnu/packages/jupyter.scm (python-jupyter-server)[native-inputs]: Replace python-pytest-6 with python-pytest.
This commit is contained in:
parent
c4f500d032
commit
439f7c6887
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ (define-public python-jupyter-server
|
|||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
("python-ipykernel" ,python-ipykernel)
|
||||
("python-pytest" ,python-pytest-6)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest-console-scripts" ,python-pytest-console-scripts)
|
||||
("python-pytest-cov" ,python-pytest-cov)
|
||||
("python-pytest-mock" ,python-pytest-mock)
|
||||
|
|
Loading…
Reference in a new issue