1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-24 00:18:26 +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
checkPhase = ''
runHook preCheck
pytest --pyargs tests --ignore tests/test_tx_api.py
pytest tests/ --ignore tests/test_tx_api.py
runHook postCheck
'';
});