diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-20 21:40:44 +0900 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-04-21 07:51:33 +0000 |
commit | 1e0339d948038cf3bc3b0f3e3ccba383f748ca50 (patch) | |
tree | 1deb79e97591e0e72c65186ccc5ec121402f75e0 /tox.ini | |
parent | 034f989babc9e89aeb59c0a7c0094600fe59504a (diff) | |
download | buildstream-1e0339d948038cf3bc3b0f3e3ccba383f748ca50.tar.gz |
tox.ini: Use new ostree plugin for generating documentation.
This was broken by Chandan's commit b4d472e9c2, when we changed
the pip namespace such that element and source plugins are loaded
from a different group (although he would not have noticed because
the build was not failing for this).
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -173,10 +173,11 @@ deps = sphinx_rtd_theme >= 0.4.2 pytest -rrequirements/requirements.txt - git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@be5ac19e5062bc23a46ed8ce7aa2958a2653c917#egg=bst_plugins_experimental[ostree] + git+https://gitlab.com/buildstream/bst-plugins-experimental.git@{env:BST_PLUGINS_EXPERIMENTAL_VERSION:{[config]BST_PLUGINS_EXPERIMENTAL_VERSION}}#egg=bst_plugins_experimental[ostree] passenv = BST_FORCE_SESSION_REBUILD BST_SOURCE_CACHE + BST_PLUGINS_EXPERIMENTAL_VERSION HOME LANG LC_ALL |