File tree Expand file tree Collapse file tree
packages/google-cloud-bigquery/tests/unit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838bigquery_storage = pytest .importorskip ("google.cloud.bigquery_storage" )
3939IPython = pytest .importorskip ("IPython" )
40- interactiveshell = pytest .importorskip ("IPython.terminal .interactiveshell" )
40+ interactiveshell = pytest .importorskip ("IPython.core .interactiveshell" )
4141tools = pytest .importorskip ("IPython.testing.tools" )
4242io = pytest .importorskip ("IPython.utils.io" )
4343pandas = pytest .importorskip ("pandas" )
@@ -58,8 +58,7 @@ def use_local_magics_context(monkeypatch):
5858@pytest .fixture (scope = "session" )
5959def ipython ():
6060 config = tools .default_config ()
61- config .TerminalInteractiveShell .simple_prompt = True
62- shell = interactiveshell .TerminalInteractiveShell .instance (config = config )
61+ shell = interactiveshell .InteractiveShell .instance (config = config )
6362 return shell
6463
6564
You can’t perform that action at this time.
0 commit comments