Skip to content

Commit cdc8145

Browse files
authored
Fix handling of jupyter core warning (#335)
1 parent 45117ee commit cdc8145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
import os
2+
3+
os.environ["JUPYTER_PLATFORM_DIRS"] = "1"
14
pytest_plugins = ["jupyterlab_server.pytest_plugin"]

0 commit comments

Comments
 (0)