From 1e0339d948038cf3bc3b0f3e3ccba383f748ca50 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 20 Apr 2020 21:40:44 +0900 Subject: 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). --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 61f283635..fd9017db2 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1