python3Packages.dbf: Fix not running hooks in checkPhase

(cherry picked from commit 923d79c8e2)
This commit is contained in:
Andrew Marshall
2024-03-26 20:48:16 -04:00
committed by github-actions[bot]
parent a3f9ad65a0
commit c78221a3eb

View File

@@ -22,7 +22,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ aenum ];
checkPhase = ''
runHook preCheck
${python.interpreter} -m dbf.test
runHook postCheck
'';
pythonImportsCheck = [ "dbf" ];