Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 10, 2023
1 parent 665a5cf commit 06be77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# instead of randomly generated file names in outputs.
# See: https://github.com/ipython/ipykernel/blob/360685c6/ipykernel/compiler.py#L50-L55
os.environ["IPYKERNEL_CELL_NAME"] = "<IPY-INPUT>"

# Opt in to JUPYTER_PLATFORM_DIRS
os.environ["JUPYTER_PLATFORM_DIRS"] = "1"

0 comments on commit 06be77c

Please sign in to comment.