summarylogtreecommitdiffstats
path: root/sagemath-jedi-0.16.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-jedi-0.16.patch')
-rw-r--r--sagemath-jedi-0.16.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sagemath-jedi-0.16.patch b/sagemath-jedi-0.16.patch
deleted file mode 100644
index f62e96affc17..000000000000
--- a/sagemath-jedi-0.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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,