Loading pkgs/development/python-modules/fritzconnection/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ requests, segno, setuptools, writableTmpDirAsHomeHook, }: buildPythonPackage (finalAttrs: { Loading @@ -28,11 +29,10 @@ buildPythonPackage (finalAttrs: { qr = [ segno ]; }; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' export HOME=$TEMP ''; nativeCheckInputs = [ pytestCheckHook writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "fritzconnection" ]; Loading Loading
pkgs/development/python-modules/fritzconnection/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ requests, segno, setuptools, writableTmpDirAsHomeHook, }: buildPythonPackage (finalAttrs: { Loading @@ -28,11 +29,10 @@ buildPythonPackage (finalAttrs: { qr = [ segno ]; }; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' export HOME=$TEMP ''; nativeCheckInputs = [ pytestCheckHook writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "fritzconnection" ]; Loading