me
/
guix
Archived
1
0
Fork 0

gnu: python-jupyter-server: Use older pytest.

* gnu/packages/jupyter.scm (python-jupyter-server)[native-inputs]: Replace
python-pytest-6 with python-pytest.
master
Ricardo Wurmus 2021-08-31 23:03:52 +02:00
parent c4f500d032
commit 439f7c6887
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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)