From 42be105d9e4656ae02be0223e20a2ae298de3b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Thu, 21 Oct 2021 12:19:27 +0200 Subject: [PATCH] Require strict pytest xfailures --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ce6e3e7c4..4f6e7c189 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,7 @@ exclude = docs, ecl2df/__init__.py [tool:pytest] markers = integration: marks a test as an integration test +xfail_strict=True [build_sphinx] all-files = 1