summarylogtreecommitdiffstats
path: root/sagemath-jedi-0.16.patch
blob: f62e96affc17438a2c69c789d86da4d40c98decc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/sage/all.py b/src/sage/all.py
index 94337b4..88682c1 100644
--- a/src/sage/all.py
+++ b/src/sage/all.py
@@ -91,7 +91,7 @@ warnings.filterwarnings('ignore', category=RuntimeWarning,
 
 # Ignore all deprecations from IPython etc.
 warnings.filterwarnings('ignore', category=DeprecationWarning,
-    module='.*(IPython|ipykernel|jupyter_client|jupyter_core|nbformat|notebook|ipywidgets|storemagic)')
+    module='.*(IPython|ipykernel|jupyter_client|jupyter_core|nbformat|notebook|ipywidgets|storemagic|jedi)')
 # Ignore collections.abc warnings, there are a lot of them but they are
 # harmless.
 warnings.filterwarnings('ignore', category=DeprecationWarning,