##// END OF EJS Templates
remove ref to inpusplit
M Bussonnier -
Show More
@@ -17,7 +17,6 codecov:
17 ignore:
17 ignore:
18 - IPython/kernel/*
18 - IPython/kernel/*
19 - IPython/consoleapp.py
19 - IPython/consoleapp.py
20 - IPython/core/inputsplitter.py
21 - IPython/lib/kernel.py
20 - IPython/lib/kernel.py
22 - IPython/utils/jsonutil.py
21 - IPython/utils/jsonutil.py
23 - IPython/utils/localinterfaces.py
22 - IPython/utils/localinterfaces.py
@@ -202,7 +202,6 module = [
202 "IPython.core.history",
202 "IPython.core.history",
203 "IPython.core.historyapp",
203 "IPython.core.historyapp",
204 "IPython.core.hooks",
204 "IPython.core.hooks",
205 "IPython.core.inputsplitter",
206 "IPython.core.inputtransformer",
205 "IPython.core.inputtransformer",
207 "IPython.core.inputtransformer2",
206 "IPython.core.inputtransformer2",
208 "IPython.core.interactiveshell",
207 "IPython.core.interactiveshell",
@@ -345,7 +344,6 addopts = [
345 "--ignore=IPython/utils/eventful.py",
344 "--ignore=IPython/utils/eventful.py",
346 "--ignore=IPython/kernel",
345 "--ignore=IPython/kernel",
347 "--ignore=IPython/consoleapp.py",
346 "--ignore=IPython/consoleapp.py",
348 "--ignore=IPython/core/inputsplitter.py",
349 "--ignore=IPython/lib/kernel.py",
347 "--ignore=IPython/lib/kernel.py",
350 "--ignore=IPython/utils/jsonutil.py",
348 "--ignore=IPython/utils/jsonutil.py",
351 "--ignore=IPython/utils/localinterfaces.py",
349 "--ignore=IPython/utils/localinterfaces.py",
General Comments 0
You need to be logged in to leave comments. Login now