summaryrefslogtreecommitdiff
path: root/gnu/packages/jupyter.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-08-31 23:03:52 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-08-31 23:11:05 +0200
commit439f7c68871a4ab9c57046fd5956aafc35d27e51 (patch)
treeede20230b695a257bc69bc662e9fafc8aba39c02 /gnu/packages/jupyter.scm
parentc4f500d03211d7b4763a5443275e18b54e55f44c (diff)
downloadguix-439f7c68871a4ab9c57046fd5956aafc35d27e51.tar.gz
guix-439f7c68871a4ab9c57046fd5956aafc35d27e51.tar.xz
gnu: python-jupyter-server: Use older pytest.
* gnu/packages/jupyter.scm (python-jupyter-server)[native-inputs]: Replace python-pytest-6 with python-pytest.
Diffstat (limited to 'gnu/packages/jupyter.scm')
-rw-r--r--gnu/packages/jupyter.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 674bdbbe2b..0de7ad998a 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -305,7 +305,7 @@ JavaScript build steps.")
(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)