From e5a909478e29c389d8379d0c6d6668cadcc0bfd7 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 4 Mar 2020 15:24:59 +0100 Subject: [PATCH] tests: silence pytest 6.0 warning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 10ef40166..fadd95167 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ known_first_party = trezorlib addopts = -rfE --strict --random-order testpaths = tests crypto storage python/tests xfail_strict = true +junit_family = xunit2 [mypy] mypy_path = src,mocks,mocks/generated