Show More
@@ -9,6 +9,7 import unittest | |||
|
9 | 9 | import pytest |
|
10 | 10 | import sys |
|
11 | 11 | |
|
12 | with pytest.warns(DeprecationWarning, match="inputsplitter"): | |
|
12 | 13 | from IPython.core import inputsplitter as isp |
|
13 | 14 | from IPython.core.inputtransformer import InputTransformer |
|
14 | 15 | from IPython.core.tests.test_inputtransformer import syntax, syntax_ml |
General Comments 0
You need to be logged in to leave comments.
Login now