summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-01-14 22:40:05 +0000
committerChandan Singh <chandan@chandansingh.net>2020-01-17 15:50:51 +0000
commitb4d472e9c20c7c664b9f70ac242ab1a8bbd28749 (patch)
tree78c605320f5d7e4013814047b791d8277ddacdca /tox.ini
parent9a6c7d76324b70d020a8d34d2feef7f0ba2b5a0b (diff)
downloadbuildstream-b4d472e9c20c7c664b9f70ac242ab1a8bbd28749.tar.gz
Plugins: Update entrypoint group for pip origin
As discussed in https://mail.gnome.org/archives/buildstream-list/2020-January/msg00001.html, separate the entry point groups for elements and sources. Previously, both used `buildstream.plugins` which meant that it wasn't possible to have an element and a source plugin with the same name, when using `pip` origin. This a breaking change for all plugins, but will only affect projects using the `pip` plugin origin. As part of this, also bump the version of bst-plugins-experimental used in our tests to avoid CI breakages.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efb91e75b..30075ee8e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ isolated_build = true
# Configuration variables to share across environments
[config]
-BST_PLUGINS_EXPERIMENTAL_VERSION = 0.14.0
+BST_PLUGINS_EXPERIMENTAL_VERSION = 0.15.0
#
# Defaults for all environments