mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
python3Packages.dbf: Fix not running hooks in checkPhase
This commit is contained in:
parent
57610d2f8f
commit
923d79c8e2
@ -22,7 +22,9 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ aenum ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
${python.interpreter} -m dbf.test
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "dbf" ];
|
||||
|
Loading…
Reference in New Issue
Block a user