Packaging/Python: Difference between revisions

imported>Adisbladis
imported>Milahu
m python -> python3
Line 264: Line 264:
   checkPhase = ''
   checkPhase = ''
     runHook preCheck
     runHook preCheck
     ${python.interpreter} -m unittest
     ${python3.interpreter} -m unittest
     runHook postCheck
     runHook postCheck
   '';
   '';