We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20574f7 commit 121a2e6Copy full SHA for 121a2e6
notebook/tests/test_serverextensions.py
@@ -68,6 +68,7 @@ def setUp(self):
68
p = patch.dict('os.environ', {
69
'JUPYTER_CONFIG_DIR': self.config_dir,
70
'JUPYTER_DATA_DIR': self.data_dir,
71
+ 'PYTHONNOUSERSITE': 1,
72
})
73
self.patches.append(p)
74
for mod in (paths, nbextensions):
0 commit comments