python-jupyter-client/jupyter-client-suse-remove-ifconfig-test.patch

10 lines
401 B
Diff
Raw Normal View History

Index: jupyter_client-8.6.0/tests/test_localinterfaces.py
Accepting request 1073645 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 8.0.3 * Fix kernelspec print output #933 (@minrk) * Don't emit a trailng newline in base64-encoded data like 'image/png' #931 (@xl0) * Improving jsonutil tests #929 (@andrehora) - Update to 8.0.2 * Add papermill downstream check and fix kernel client replies #925 (@blink1073) - Release 8.0.1 * Fix json_output in kernelspec app #921 (@blink1073) - Release 8.0.0 * This release is primarily focused on improving asyncio support, while aiming to have minimal API changes. ## Enhancements made * Remove nest-asyncio dependency #835 (@blink1073) ## Bugs fixed * Allow interrupt during restart of pending kernels #898 (@blink1073) * Fix connection reconciliation to handle restarts #882 (@kevin-bates) * Reconcile connection information #879 (@kevin-bates) * Workaround for launch bug #861 (@blink1073) * Defer creation of ready future #858 (@blink1073) * Fix handling of initial ready promise #854 (@blink1073) * Revert "Fix pending kernels again" #853 (@blink1073) * Fix pending kernels again #845 (@blink1073) * Use pytest_asyncio fixture #826 (@davidbrochart) ## Maintenance and upkeep improvements * Fix jupyter_core pinning #896 (@ophie200) * Use pytest-jupyter #891 (@blink1073) * Import ensure_async and run_sync from jupyter_core #889 (@davidbrochart) * Support Python 3.8-3.11 #866 (@blink1073) * Move tests to top level #834 (@blink1073) * Fix nbconvert downstream test #827 (@blink1073) - Add jupyter-client-suse-remove-ifconfig-test.patch OBS-URL: https://build.opensuse.org/request/show/1073645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=41
2023-03-21 22:31:33 +01:00
===================================================================
--- jupyter_client-8.6.0.orig/tests/test_localinterfaces.py
+++ jupyter_client-8.6.0/tests/test_localinterfaces.py
Accepting request 1073645 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 8.0.3 * Fix kernelspec print output #933 (@minrk) * Don't emit a trailng newline in base64-encoded data like 'image/png' #931 (@xl0) * Improving jsonutil tests #929 (@andrehora) - Update to 8.0.2 * Add papermill downstream check and fix kernel client replies #925 (@blink1073) - Release 8.0.1 * Fix json_output in kernelspec app #921 (@blink1073) - Release 8.0.0 * This release is primarily focused on improving asyncio support, while aiming to have minimal API changes. ## Enhancements made * Remove nest-asyncio dependency #835 (@blink1073) ## Bugs fixed * Allow interrupt during restart of pending kernels #898 (@blink1073) * Fix connection reconciliation to handle restarts #882 (@kevin-bates) * Reconcile connection information #879 (@kevin-bates) * Workaround for launch bug #861 (@blink1073) * Defer creation of ready future #858 (@blink1073) * Fix handling of initial ready promise #854 (@blink1073) * Revert "Fix pending kernels again" #853 (@blink1073) * Fix pending kernels again #845 (@blink1073) * Use pytest_asyncio fixture #826 (@davidbrochart) ## Maintenance and upkeep improvements * Fix jupyter_core pinning #896 (@ophie200) * Use pytest-jupyter #891 (@blink1073) * Import ensure_async and run_sync from jupyter_core #889 (@davidbrochart) * Support Python 3.8-3.11 #866 (@blink1073) * Move tests to top level #834 (@blink1073) * Fix nbconvert downstream test #827 (@blink1073) - Add jupyter-client-suse-remove-ifconfig-test.patch OBS-URL: https://build.opensuse.org/request/show/1073645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=41
2023-03-21 22:31:33 +01:00
@@ -26,4 +26,3 @@ def test_load_ips():
if sys.platform == "linux":
Accepting request 1073645 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 8.0.3 * Fix kernelspec print output #933 (@minrk) * Don't emit a trailng newline in base64-encoded data like 'image/png' #931 (@xl0) * Improving jsonutil tests #929 (@andrehora) - Update to 8.0.2 * Add papermill downstream check and fix kernel client replies #925 (@blink1073) - Release 8.0.1 * Fix json_output in kernelspec app #921 (@blink1073) - Release 8.0.0 * This release is primarily focused on improving asyncio support, while aiming to have minimal API changes. ## Enhancements made * Remove nest-asyncio dependency #835 (@blink1073) ## Bugs fixed * Allow interrupt during restart of pending kernels #898 (@blink1073) * Fix connection reconciliation to handle restarts #882 (@kevin-bates) * Reconcile connection information #879 (@kevin-bates) * Workaround for launch bug #861 (@blink1073) * Defer creation of ready future #858 (@blink1073) * Fix handling of initial ready promise #854 (@blink1073) * Revert "Fix pending kernels again" #853 (@blink1073) * Fix pending kernels again #845 (@blink1073) * Use pytest_asyncio fixture #826 (@davidbrochart) ## Maintenance and upkeep improvements * Fix jupyter_core pinning #896 (@ophie200) * Use pytest-jupyter #891 (@blink1073) * Import ensure_async and run_sync from jupyter_core #889 (@davidbrochart) * Support Python 3.8-3.11 #866 (@blink1073) * Move tests to top level #834 (@blink1073) * Fix nbconvert downstream test #827 (@blink1073) - Add jupyter-client-suse-remove-ifconfig-test.patch OBS-URL: https://build.opensuse.org/request/show/1073645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=41
2023-03-21 22:31:33 +01:00
localinterfaces._load_ips_ip()
- localinterfaces._load_ips_ifconfig()