1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-29 19:08:12 +00:00
trezor-firmware/core/mocks
matejcik eec0615444 core: drop sys.pyi from mocks (fixes #934)
A change introduced in mypy 0.770 disallows overriding some system
modules, including `sys`.

We only need the override for `sys.print_exception`, and the simplest
solution is to make mypy ignore that particular call.
2020-04-08 11:19:26 +02:00
..
generated core/crypto: add missing field to Blake2b constructor 2020-04-06 12:28:36 +00:00
gc.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
micropython.pyi core/shamir: persistence 2019-07-24 15:12:04 +02:00
ubinascii.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
uctypes.pyi core/typing: fix extmod docs and mocks 2019-07-09 14:05:14 +02:00
uio.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
uos.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
ustruct.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
utime.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
utimeq.pyi core/typing: improve extmod types 2019-07-09 12:51:48 +02:00