We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f464f commit 3c833dbCopy full SHA for 3c833db
pandas/conftest.py
@@ -56,9 +56,12 @@ def spmatrix(request):
56
57
@pytest.fixture
58
def ip():
59
- """An instance of IPython.InteractiveShell.
+ """
60
+ Get an instance of IPython.InteractiveShell.
61
+
62
Will raise a skip if IPython is not installed.
63
"""
64
65
pytest.importorskip('IPython', minversion="6.0.0")
66
from IPython.core.interactiveshell import InteractiveShell
67
return InteractiveShell()
0 commit comments