Loading pkgs/development/python-modules/flake8-future-import/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -43,7 +43,11 @@ buildPythonPackage rec { nativeCheckInputs = [ six ]; checkPhase = '' runHook preCheck ${python.interpreter} -m test_flake8_future_import runHook postCheck ''; meta = with lib; { Loading Loading
pkgs/development/python-modules/flake8-future-import/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -43,7 +43,11 @@ buildPythonPackage rec { nativeCheckInputs = [ six ]; checkPhase = '' runHook preCheck ${python.interpreter} -m test_flake8_future_import runHook postCheck ''; meta = with lib; { Loading