diff --git a/setup.cfg b/setup.cfg index 8164c2fb5..12ea30c83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic,shamir-mnemonic known_first_party = trezorlib [tool:pytest] -addopts = --strict --random-order +addopts = -rfE --strict --random-order testpaths = tests crypto storage python/tests xfail_strict = true timeout = 60