summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-31 16:34:49 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-10-31 16:34:49 +0200
commit7e8e07033d2a6b0ecef566a05084c534c774cd4a (patch)
treee66f47cec5939d6aeb6aec018e48ee5ca18d18f2 /gnu
parent757c9425ba40df98ffe9eb36973be11c13c57d6d (diff)
downloadguix-patches-7e8e07033d2a6b0ecef566a05084c534c774cd4a.tar
guix-patches-7e8e07033d2a6b0ecef566a05084c534c774cd4a.tar.gz
gnu: python-jupyter-client: Fix test suite.
* gnu/packages/python-xyz.scm (python-jupyter-client)[native-inputs]: Remove python-pytest-asyncio.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f534531f5c..f89075a045 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8386,7 +8386,6 @@ without using the configuration machinery.")
("python-traitlets" ,python-traitlets)))
(native-inputs
`(("python-pytest" ,python-pytest)
- ("python-pytest-asyncio" ,python-pytest-asyncio)
("python-pytest-timeout" ,python-pytest-timeout)
("python-async-generator" ,python-async-generator)
("python-mock" ,python-mock)