diff options
author | Thomas Coldrick <othko97@gmail.com> | 2019-08-12 08:02:20 +0100 |
---|---|---|
committer | Thomas Coldrick <othko97@gmail.com> | 2019-08-12 08:02:20 +0100 |
commit | 55fe01a05b0cca4534731580a59ffc8dda0c5768 (patch) | |
tree | bf4f6dfb3e64d87fd6095dc1f545365d1312c1c1 /tox.ini | |
parent | 4679acd6b82ae1b19ebff6bcf840a5007b980816 (diff) | |
download | buildstream-55fe01a05b0cca4534731580a59ffc8dda0c5768.tar.gz |
Move makemaker plugin to bst-plugins-experimental
Continuing moving plugins to 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@927c771f9c7327a3378f184c93f83395be355a61 + git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@9299a56d4739df3dd30b65632ec4ef74798ae2e5 # Only require coverage and pytest-cov when using it !nocover: -rrequirements/cov-requirements.txt |