Skip to content

Commit

Permalink
TST: don't look in user site for serverextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Nov 15, 2021
1 parent 20574f7 commit 7dd2d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/tests/test_serverextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def setUp(self):
p = patch.dict('os.environ', {
'JUPYTER_CONFIG_DIR': self.config_dir,
'JUPYTER_DATA_DIR': self.data_dir,
'PYTHONNOUSERSITE': 1,
})
self.patches.append(p)
for mod in (paths, nbextensions):
Expand Down

0 comments on commit 7dd2d10

Please sign in to comment.