We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e0c78 commit 7d9cd4bCopy full SHA for 7d9cd4b
1 file changed
tests/test_ipython.py
@@ -2,6 +2,11 @@
2
3
import mock
4
5
+import pytest
6
+
7
8
+pytest.importorskip("IPython")
9
10
11
@mock.patch.dict(os.environ, {}, clear=True)
12
def test_ipython_existing_variable_no_override(tmp_path):
0 commit comments