diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-01-14 22:40:05 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-01-17 15:50:51 +0000 |
commit | b4d472e9c20c7c664b9f70ac242ab1a8bbd28749 (patch) | |
tree | 78c605320f5d7e4013814047b791d8277ddacdca /tox.ini | |
parent | 9a6c7d76324b70d020a8d34d2feef7f0ba2b5a0b (diff) | |
download | buildstream-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |