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
commit 6602aa2586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; {