[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-jupyter-client: Fix test suite.
From: |
guix-commits |
Subject: |
02/02: gnu: python-jupyter-client: Fix test suite. |
Date: |
Sun, 31 Oct 2021 10:39:29 -0400 (EDT) |
efraim pushed a commit to branch core-updates-frozen
in repository guix.
commit 7e8e07033d2a6b0ecef566a05084c534c774cd4a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 31 16:34:49 2021 +0200
gnu: python-jupyter-client: Fix test suite.
* gnu/packages/python-xyz.scm (python-jupyter-client)[native-inputs]:
Remove python-pytest-asyncio.
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f534531..f89075a 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)