1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-24 08:28:12 +00:00

Drop pyargs

This commit is contained in:
Jan Hrnko 2020-01-02 12:53:50 +01:00 committed by matejcik
parent 2e8df889dc
commit 95f8b68677

View File

@ -9,7 +9,7 @@ let
doCheck = true; # set to false if you want to skip tests doCheck = true; # set to false if you want to skip tests
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck
pytest --pyargs tests --ignore tests/test_tx_api.py pytest tests/ --ignore tests/test_tx_api.py
runHook postCheck runHook postCheck
''; '';
}); });