summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2019-10-08 14:51:19 +0100
committerBenjamin Schubert <contact@benschubert.me>2019-10-08 14:51:19 +0100
commit67d5cdd1b9df837b41dd983901d4c29b49ea1b3f (patch)
treea4c4623f9d4d1d69a3fa92f0e7ef3e46f276afaf
parent97cd51d6d018c43d32ca433f0bcad7cf0dd77ca0 (diff)
downloadbuildstream-bschubert/strict-xfail.tar.gz
setup.cfg: Make all xfail strictbschubert/strict-xfail
This means that a test that was said as failing that pass will trigger an error in the test suite. This ensures we keep our xfail markers up to date.
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a8919fdca..08e19a763 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,8 @@ test=pytest
addopts = --verbose --basetemp ./tmp --durations=20
norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
+xfail_strict = True
+
env =
D:BST_TEST_SUITE=True