Joeri Exelmans 2 yıl önce
ebeveyn
işleme
8f24f9d877
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      default.nix

+ 2 - 0
default.nix

@@ -7,6 +7,8 @@ pkgs.python3Packages.buildPythonPackage rec {
   src = ./.; # location of setup.py
 
   checkPhase = ''
+    runHook preCheck
     ${pkgs.python3}/bin/python -m unittest test.run_tests
+    runHook postCheck
   '';
 }