python-jupyter-client/jupyter-client-suse-remove-ifconfig-test.patch
Benjamin Greiner 55fede7643 - Update to 8.6.0
* Fix possibly not defined tracker #991 (@davidbrochart)
  * BUG: Fix Kwarg only in update_env #989 (@Carreau)
- Release 8.5.0
  * Allow to update kernels env in between restart. #987 (@Carreau)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=54
2023-11-26 15:19:44 +00:00

10 lines
401 B
Diff

Index: jupyter_client-8.6.0/tests/test_localinterfaces.py
===================================================================
--- jupyter_client-8.6.0.orig/tests/test_localinterfaces.py
+++ jupyter_client-8.6.0/tests/test_localinterfaces.py
@@ -26,4 +26,3 @@ def test_load_ips():
if sys.platform == "linux":
localinterfaces._load_ips_ip()
- localinterfaces._load_ips_ifconfig()