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 9b12e91 commit 268a3c5Copy full SHA for 268a3c5
tests/conftest.py
@@ -3,6 +3,10 @@
3
import sys
4
5
import pytest
6
+
7
+# Must be set before importing from `jupyter_core`.
8
+os.environ['JUPYTER_PLATFORM_DIRS'] = '1'
9
10
from jupyter_core import paths
11
12
from .utils import test_env
0 commit comments