diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-07-09 11:46:16 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-07-14 14:27:07 +0000 |
commit | cd7e2d6debdbe53b2f398274d30710e58b1e7761 (patch) | |
tree | 63c9a89f51d1f44a2ab273ff72a2a2c7d8ae4e58 /tox.ini | |
parent | c25c819df8aa858cca72a9348bc81e7140e219f7 (diff) | |
download | buildstream-cd7e2d6debdbe53b2f398274d30710e58b1e7761.tar.gz |
Update bst-plugins-experimental to 1.93.4bschubert/update-plugins
This removes the 'ostree' extra and some build dependencies
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ isolated_build = true # Configuration variables to share across environments [config] -BST_PLUGINS_EXPERIMENTAL_VERSION = 1.93.2 +BST_PLUGINS_EXPERIMENTAL_VERSION = 1.93.4 # # Defaults for all environments @@ -40,7 +40,7 @@ deps = 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] + 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[deb] # Only require coverage and pytest-cov when using it !nocover: -rrequirements/cov-requirements.txt @@ -173,7 +173,7 @@ deps = sphinx_rtd_theme >= 0.4.2 pytest -rrequirements/requirements.txt - git+https://gitlab.com/buildstream/bst-plugins-experimental.git@{env:BST_PLUGINS_EXPERIMENTAL_VERSION:{[config]BST_PLUGINS_EXPERIMENTAL_VERSION}}#egg=bst_plugins_experimental[ostree] + git+https://gitlab.com/buildstream/bst-plugins-experimental.git@{env:BST_PLUGINS_EXPERIMENTAL_VERSION:{[config]BST_PLUGINS_EXPERIMENTAL_VERSION}} passenv = BST_FORCE_SESSION_REBUILD BST_SOURCE_CACHE |