diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-05-03 14:18:42 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-05-04 19:35:15 +0900 |
commit | 60bae6d028878b5c9b0b1b723faffd0ca16dabef (patch) | |
tree | e8abfbfe25dda0f99e6a5d86f6427a59e4f3ded5 /tox.ini | |
parent | 15169826257e2741df09488a52e7ed27fa2661d4 (diff) | |
download | buildstream-60bae6d028878b5c9b0b1b723faffd0ca16dabef.tar.gz |
tox.ini: Install the sample pip plugin package when running tests
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ deps = py{36,37,38}: -rrequirements/requirements.txt py{36,37,38}: -rrequirements/dev-requirements.txt + # Install local sample plugins for testing pip plugin origins + 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] |