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