python3Packages.jupyterlab_server: create temp home for tests

This commit is contained in:
Mauricio Collares
2022-06-29 14:09:35 +02:00
parent f2537a505d
commit cd414d016b

View File

@@ -42,6 +42,10 @@ buildPythonPackage rec {
ruamel-yaml
];
preCheck = ''
export HOME=$(mktemp -d)
'';
__darwinAllowLocalNetworking = true;
meta = with lib; {