Merge pull request #331928 from rycee/pytrainer-tests

pytrainer: replace `setup.py test` by `-m unittest`
This commit is contained in:
Sandro
2024-08-03 13:42:41 +02:00
committed by GitHub
+1 -1
View File
@@ -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; {