python3Packages.flake8-future-import: add missing runHook

This commit is contained in:
natsukium 2023-05-11 12:46:28 +09:00
parent e7498472a6
commit 076d8bdd06
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -43,7 +43,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ six ];
checkPhase = ''
runHook preCheck
${python.interpreter} -m test_flake8_future_import
runHook postCheck
'';
meta = with lib; {