Unverified Commit 58a7c9b4 authored by Robert Helgesson's avatar Robert Helgesson
Browse files

pytrainer: replace `setup.py test` by `-m unittest`

parent 12d5a776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ in python.pkgs.buildPythonApplication rec {
      TZ=Europe/Kaliningrad \
      LC_TIME=C \
      xvfb-run -s '-screen 0 800x600x24' \
      ${python.interpreter} setup.py test
      ${python.interpreter} -m unittest
  '';

  meta = with lib; {