python3Packages.dbf: Fix not running hooks in checkPhase
This commit is contained in:
@@ -22,7 +22,9 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ aenum ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
${python.interpreter} -m dbf.test
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "dbf" ];
|
||||
|
||||
Reference in New Issue
Block a user