Loading pkgs/development/python-modules/flake8-future-import/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -33,12 +33,21 @@ buildPythonPackage rec { ./skip-test.patch ]; postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; 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 +9 −0 Original line number Diff line number Diff line Loading @@ -33,12 +33,21 @@ buildPythonPackage rec { ./skip-test.patch ]; postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; nativeCheckInputs = [ six ]; checkPhase = '' runHook preCheck ${python.interpreter} -m test_flake8_future_import runHook postCheck ''; meta = with lib; { Loading