mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #179564 from collares/jupyterlab_server
python3Packages.jupyterlab_server: create temp home for tests
This commit is contained in:
commit
8f8d1cbd04
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ buildPythonPackage rec {
|
|||
ruamel-yaml
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue