Skip to content

Commit

Permalink
addpatch: python-jupyter-client
Browse files Browse the repository at this point in the history
Deselect a failing test that seems to be inappropriately constructed.

This test is added in
jupyter/jupyter_client#877.
Its code is not platform dependent but upstream claims that it
only works with cpython on ubuntu in ci.

Close felixonmars#2519
  • Loading branch information
kxxt committed May 16, 2023
1 parent 3f46986 commit fefb93c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python-jupyter-client/riscv64.patch
Original file line number Diff line number Diff line change
@@ -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() {

0 comments on commit fefb93c

Please sign in to comment.