summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-03 13:24:30 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-04 19:35:15 +0900
commit15169826257e2741df09488a52e7ed27fa2661d4 (patch)
treee62707f140dfb6e31335ec347ef7b43f1a0475a1 /setup.cfg
parent22117146f9f1881ab88ae2161707e92b4dc217fd (diff)
downloadbuildstream-15169826257e2741df09488a52e7ed27fa2661d4.tar.gz
tests/plugins/pip-samples/sample-plugins: Adding a sample pip plugins package
This commit: * Adds a bare bones BuildStream pip plugin package structure at tests/plugins/pip-samples/sample-plugins * setup.cfg: Adds tests/plugins/pip-samples to the norecursedirs so that we don't consider the dummy plugins as test code
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 0853264f6..8f095fab1 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 tests/plugins/loading integration-cache tmp __pycache__ .eggs
+norecursedirs = src tests/integration/project tests/plugins/loading tests/plugins/sample-plugins integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
env =
D:BST_TEST_SUITE=True