From 2f7b2da2e309eae27ea4dc22367405743f2d35d3 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 6 Aug 2019 16:51:08 +0200 Subject: [PATCH] tests: enable order randomization tests: fixup --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 90c4c70a2..9f7c8f948 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic known_first_party = trezorlib [tool:pytest] -addopts = --strict +addopts = --strict --random-order xfail_strict = true [mypy]