1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02: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:
Ricardo Wurmus
2021-08-31 23:03:52 +02:00
parent c4f500d032
commit 439f7c6887
+1 -1
View File
@@ -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)