Commit 923d79c8 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

python3Packages.dbf: Fix not running hooks in checkPhase

parent 57610d2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ buildPythonPackage rec {
  propagatedBuildInputs = [ aenum ];

  checkPhase = ''
    runHook preCheck
    ${python.interpreter} -m dbf.test
    runHook postCheck
  '';

  pythonImportsCheck = [ "dbf" ];