1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

tests: drop pytest customization from core

it will no longer possible to run just `pytest` from core subdir
This commit is contained in:
matejcik 2019-08-06 15:50:56 +02:00 committed by matejcik
parent 842fde455c
commit 872e66efca

View File

@ -1,3 +0,0 @@
[pytest]
addopts = --strict --pyargs trezorlib.tests.device_tests
xfail_strict = true