diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-09-11 21:07:02 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-12 14:22:24 +0000 |
commit | d61992026d40d80a1ca3e4876eeaa4462a007dc0 (patch) | |
tree | 71b700fc9f8d1b45c75aefc43d76ced7115ce286 /tox.ini | |
parent | 093d7a5bb101460edd32de11daa21d65252a8d85 (diff) | |
download | buildstream-d61992026d40d80a1ca3e4876eeaa4462a007dc0.tar.gz |
Use distutils plugin from bst-plugins-experimental
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ deps = py{35,36,37}: -rrequirements/requirements.txt py{35,36,37}: -rrequirements/dev-requirements.txt py{35,36,37}: -rrequirements/plugin-requirements.txt - git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@effd6be61b6ed5983694da7496adf872d81eddcc + git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@5b004e5850ab0e987c00c681b2c768f6ae02586b # Only require coverage and pytest-cov when using it !nocover: -rrequirements/cov-requirements.txt |