[packages/python-jupyter_client] - solved cause of two test failures; some others fail randomly with timeout for me
qboosh
qboosh at pld-linux.org
Mon Nov 17 21:37:29 CET 2025
commit 50f1049d9bcdd3e17bbce80aea1b235ff874f09a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Nov 17 21:37:00 2025 +0100
- solved cause of two test failures; some others fail randomly with timeout for me
python-jupyter_client.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-jupyter_client.spec b/python-jupyter_client.spec
index a519ba7..0fe4919 100644
--- a/python-jupyter_client.spec
+++ b/python-jupyter_client.spec
@@ -2,7 +2,7 @@
#
# Conditional build:
%bcond_without doc # Sphinx documentation
-%bcond_with tests # unit tests (disable for bootstrap: tests need ipykernel which requires jupyter_client; as of 5.3.3 two test_session tests fail)
+%bcond_with tests # unit tests (disable for bootstrap: tests need ipykernel which requires jupyter_client)
%bcond_without python2 # CPython 2.x module
%bcond_with python3 # CPython 3.x module
@@ -99,12 +99,12 @@ Dokumentacja API modułu Pythona jupyter_client.
%prep
%setup -q -n jupyter_client-%{version}
+# requires zmq.tests
+%{__rm} jupyter_client/tests/test_session.py
+
%build
%if %{with python2}
%py_build %{?with_tests:test}
-# failing tests:
-# test_datetimes_msgpack (jupyter_client.tests.test_session.TestSession)
-# test_tracking (jupyter_client.tests.test_session.TestSession)
%endif
%if %{with python3}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-jupyter_client.git/commitdiff/50f1049d9bcdd3e17bbce80aea1b235ff874f09a
More information about the pld-cvs-commit
mailing list