From 0e383db89283610b10f4651ec0a9f9727b9da748 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Sep 2020 11:25:11 +0200 Subject: pytest: Enable strict XFAIL handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 01e06cc..4ed8737 100644 --- a/tox.ini +++ b/tox.ini @@ -41,3 +41,6 @@ passenv = CODECOV_TOKEN commands = codecov + +[pytest] +xfail_strict = true -- cgit v1.2.3