mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
python3Packages.dbf: Fix not running hooks in checkPhase
(cherry picked from commit 923d79c8e2)
This commit is contained in:
committed by
github-actions[bot]
parent
a3f9ad65a0
commit
c78221a3eb
@@ -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