From ba326865f1b9cacf25eb7d758ba45385cdc41fb7 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 3 Feb 2021 15:30:36 +0100 Subject: [PATCH] chore: rename deprecated pytest option --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c434b7f6..1d5a93b7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic,shamir-mnemonic, known_first_party = trezorlib,apps [tool:pytest] -addopts = -rfE --strict --random-order +addopts = -rfE --strict-markers --random-order testpaths = tests crypto storage python/tests xfail_strict = true junit_family = xunit2