summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-04-28 19:15:59 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-04-29 16:24:59 +0900
commitfdaf73f62b8c340f1a13dd20c6c65702ec09716f (patch)
tree73187a76653b369cfec3e2b3d7d72a026c68b279 /setup.cfg
parenta311a14f4b0a649b5f872ab020885b0a1d6e09d1 (diff)
downloadbuildstream-fdaf73f62b8c340f1a13dd20c6c65702ec09716f.tar.gz
tests/plugins/loading.py: Added tests for plugin BST_MIN_VERSION guards
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7d3599e14..0853264f6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,7 @@ parentdir_prefix = BuildStream-
[tool:pytest]
addopts = --verbose --basetemp ./tmp --durations=20 --timeout=1800
-norecursedirs = src tests/integration/project integration-cache tmp __pycache__ .eggs
+norecursedirs = src tests/integration/project tests/plugins/loading integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
env =
D:BST_TEST_SUITE=True