diff options
author | Darius Makovsky <traveltissues@protonmail.com> | 2019-10-09 15:08:45 +0100 |
---|---|---|
committer | Darius Makovsky <traveltissues@protonmail.com> | 2019-10-09 17:38:54 +0100 |
commit | b7ab65e0ff6a11777b012450aa31c3d40fc05262 (patch) | |
tree | 44fc0d81ed4190e76c5790a9b3a9956094898417 /setup.cfg | |
parent | 64e2fde2dac3b421dcb744d6d476224dd0b2cc89 (diff) | |
download | buildstream-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |