isso: fix check phase

This commit is contained in:
Martin Weinelt
2022-03-02 20:57:44 +01:00
parent bef19b759f
commit 83c88278c3
+3 -1
View File
@@ -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; };