Skip to content

Commit 121a2e6

Browse files
committed
TST: don't look in user site for serverextensions
1 parent 20574f7 commit 121a2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/tests/test_serverextensions.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def setUp(self):
6868
p = patch.dict('os.environ', {
6969
'JUPYTER_CONFIG_DIR': self.config_dir,
7070
'JUPYTER_DATA_DIR': self.data_dir,
71+
'PYTHONNOUSERSITE': 1,
7172
})
7273
self.patches.append(p)
7374
for mod in (paths, nbextensions):

0 commit comments

Comments
 (0)