Loading pkgs/development/python-modules/jupyter-collaboration/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; preCheck = '' export HOME=$TEMP ''; Loading Loading
pkgs/development/python-modules/jupyter-collaboration/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; preCheck = '' export HOME=$TEMP ''; Loading