summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-10-09 15:08:45 +0100
committerDarius Makovsky <traveltissues@protonmail.com>2019-10-09 17:38:54 +0100
commitb7ab65e0ff6a11777b012450aa31c3d40fc05262 (patch)
tree44fc0d81ed4190e76c5790a9b3a9956094898417 /setup.cfg
parent64e2fde2dac3b421dcb744d6d476224dd0b2cc89 (diff)
downloadbuildstream-b7ab65e0ff6a11777b012450aa31c3d40fc05262.tar.gz
setup.cfg: make xfail marks strict by defaulttraveltissues/strictxfail
tests: remove strict kwargs from xfail marks
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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