summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-03 14:18:42 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-04 19:35:15 +0900
commit60bae6d028878b5c9b0b1b723faffd0ca16dabef (patch)
treee8abfbfe25dda0f99e6a5d86f6427a59e4f3ded5
parent15169826257e2741df09488a52e7ed27fa2661d4 (diff)
downloadbuildstream-60bae6d028878b5c9b0b1b723faffd0ca16dabef.tar.gz
tox.ini: Install the sample pip plugin package when running tests
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 94e4048ce..e481a18c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,6 +36,9 @@ deps =
py{36,37,38}: -rrequirements/requirements.txt
py{36,37,38}: -rrequirements/dev-requirements.txt
+ # Install local sample plugins for testing pip plugin origins
+ py{36,37,38}: {toxinidir}/tests/plugins/sample-plugins
+
# Install external plugins for plugin tests
py{36,37,38}-plugins: git+https://gitlab.com/buildstream/bst-plugins-experimental.git@{env:BST_PLUGINS_EXPERIMENTAL_VERSION:{[config]BST_PLUGINS_EXPERIMENTAL_VERSION}}#egg=bst_plugins_experimental[ostree,deb]