diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-31 16:34:49 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-31 16:34:49 +0200 |
commit | 7e8e07033d2a6b0ecef566a05084c534c774cd4a (patch) | |
tree | e66f47cec5939d6aeb6aec018e48ee5ca18d18f2 /gnu/packages | |
parent | 757c9425ba40df98ffe9eb36973be11c13c57d6d (diff) | |
download | guix-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/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
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) |