mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:28:30 +00:00
Merge pull request #331928 from rycee/pytrainer-tests
pytrainer: replace `setup.py test` by `-m unittest`
This commit is contained in:
commit
6602aa2586
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user