summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-05 11:25:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-05 11:25:11 +0200
commit0e383db89283610b10f4651ec0a9f9727b9da748 (patch)
treed9e0ce745722fd4fbe8888558c3367c2e74eaefd
parent0e37ff78f58499e7a89a04fe2003ffa138352ff3 (diff)
downloadgemato-0e383db89283610b10f4651ec0a9f9727b9da748.tar.gz
pytest: Enable strict XFAIL handling
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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