forked from pool/python-jupyter-client
Benjamin Greiner
55fede7643
* 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
10 lines
401 B
Diff
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()
|