From b296bcaf34d8372427448b481477aa27d6a0a68f Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 23 Feb 2017 16:50:04 +0000 Subject: [PATCH] make xpass fail the test run --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6d1c29451..60399a147 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ max-line-length = 120 ignore = E402, E722 exclude = ./migrations,./venv,./venv3,./build,./cache + +[tool:pytest] +xfail_strict=true