Loading pkgs/development/python-modules/ofxtools/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nose, pytestCheckHook, pythonOlder, }: Loading @@ -21,11 +21,11 @@ buildPythonPackage rec { hash = "sha256-NsImnD+erhpakQnl1neuHfSKiV6ipNBMPGKMDM0gwWc="; }; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook ]; # override $HOME directory: # error: [Errno 13] Permission denied: '/homeless-shelter' checkPhase = '' HOME=$TMPDIR nosetests tests/*.py preCheck = '' export HOME=$(mktemp -d) ''; meta = with lib; { Loading Loading
pkgs/development/python-modules/ofxtools/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nose, pytestCheckHook, pythonOlder, }: Loading @@ -21,11 +21,11 @@ buildPythonPackage rec { hash = "sha256-NsImnD+erhpakQnl1neuHfSKiV6ipNBMPGKMDM0gwWc="; }; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook ]; # override $HOME directory: # error: [Errno 13] Permission denied: '/homeless-shelter' checkPhase = '' HOME=$TMPDIR nosetests tests/*.py preCheck = '' export HOME=$(mktemp -d) ''; meta = with lib; { Loading