From 5f9c9067092995a5ae7a5ccf94fc04236e1eedb7 2024-12-10 13:58:03 From: M Bussonnier Date: 2024-12-10 13:58:03 Subject: [PATCH] remove ref to inpusplit --- diff --git a/codecov.yml b/codecov.yml index 81ce677..a39ae52 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,7 +17,6 @@ codecov: ignore: - IPython/kernel/* - IPython/consoleapp.py - - IPython/core/inputsplitter.py - IPython/lib/kernel.py - IPython/utils/jsonutil.py - IPython/utils/localinterfaces.py diff --git a/pyproject.toml b/pyproject.toml index bdea229..4504458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,6 @@ module = [ "IPython.core.history", "IPython.core.historyapp", "IPython.core.hooks", - "IPython.core.inputsplitter", "IPython.core.inputtransformer", "IPython.core.inputtransformer2", "IPython.core.interactiveshell", @@ -345,7 +344,6 @@ addopts = [ "--ignore=IPython/utils/eventful.py", "--ignore=IPython/kernel", "--ignore=IPython/consoleapp.py", - "--ignore=IPython/core/inputsplitter.py", "--ignore=IPython/lib/kernel.py", "--ignore=IPython/utils/jsonutil.py", "--ignore=IPython/utils/localinterfaces.py",