From fefb93c6c15b476eebb03300816c098a856287d8 Mon Sep 17 00:00:00 2001 From: kxxt Date: Tue, 16 May 2023 08:27:58 +0800 Subject: [PATCH] addpatch: python-jupyter-client Deselect a failing test that seems to be inappropriately constructed. This test is added in https://github.com/jupyter/jupyter_client/pull/877. Its code is not platform dependent but upstream claims that it only works with cpython on ubuntu in ci. Close #2519 --- python-jupyter-client/riscv64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python-jupyter-client/riscv64.patch diff --git a/python-jupyter-client/riscv64.patch b/python-jupyter-client/riscv64.patch new file mode 100644 index 000000000..c536d4744 --- /dev/null +++ b/python-jupyter-client/riscv64.patch @@ -0,0 +1,11 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -25,7 +25,7 @@ build() { + + check() { + cd $_pyname-$pkgver +- pytest -v ++ pytest -v --deselect tests/test_client.py::TestAsyncKernelClient::test_input_request + } + + package() {