isso: fix check phase

main
Martin Weinelt 2 years ago
parent bef19b759f
commit 83c88278c3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 4
      pkgs/servers/isso/default.nix

@ -50,7 +50,9 @@ with python3Packages; buildPythonApplication rec {
checkInputs = [ nose ];
checkPhase = ''
${python.interpreter} setup.py nosetests
runHook preCheck
${python.interpreter} -m nose
runHook postCheck
'';
passthru.tests = { inherit (nixosTests) isso; };

Loading…
Cancel
Save