pytrainer: replace setup.py test by -m unittest

This commit is contained in:
Robert Helgesson
2024-08-03 07:40:01 +02:00
parent 12d5a77609
commit 58a7c9b434
+1 -1
View File
@@ -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; {