diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:03:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:11:05 +0200 |
commit | 439f7c68871a4ab9c57046fd5956aafc35d27e51 (patch) | |
tree | ede20230b695a257bc69bc662e9fafc8aba39c02 /gnu | |
parent | c4f500d03211d7b4763a5443275e18b54e55f44c (diff) | |
download | guix-439f7c68871a4ab9c57046fd5956aafc35d27e51.tar.gz guix-439f7c68871a4ab9c57046fd5956aafc35d27e51.zip |
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')
-rw-r--r-- | gnu/packages/jupyter.scm | 2 |
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) |