Commit 4c2b94b7 authored by Alex Epelde's avatar Alex Epelde
Browse files

python3Packages.cypari: less hostile checkPhase

parent 7adef789
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,8 +47,7 @@ buildPythonPackage rec {

  checkPhase = ''
    runHook preCheck
    rm -r cypari
    ${python.interpreter} -m cypari.test
    ${python.interpreter} -P -m cypari.test
    runHook postCheck
  '';