Unverified Commit 6602aa25 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #331928 from rycee/pytrainer-tests

pytrainer: replace `setup.py test` by `-m unittest`
parents 68978e25 58a7c9b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,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; {