From b7ab65e0ff6a11777b012450aa31c3d40fc05262 Mon Sep 17 00:00:00 2001 From: Darius Makovsky Date: Wed, 9 Oct 2019 15:08:45 +0100 Subject: setup.cfg: make xfail marks strict by default tests: remove strict kwargs from xfail marks --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index a8919fdca..2264a317c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ markers = integration: run test only if --integration option is specified remoteexecution: run test only if --remote-execution option is specified in_subprocess: run test in a Python process forked from the main one +xfail_strict=True [pycodestyle] max-line-length = 119 -- cgit v1.2.1