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:
parent
2e8df889dc
commit
95f8b68677
@ -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
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user