summaryrefslogtreecommitdiff
path: root/tests/external_plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/external_plugins.py')
-rw-r--r--tests/external_plugins.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/external_plugins.py b/tests/external_plugins.py
index 50b016b74..f6f67707b 100644
--- a/tests/external_plugins.py
+++ b/tests/external_plugins.py
@@ -78,13 +78,7 @@ if __name__ == "__main__":
# directly to it's pytest invocations
_, tmpdir, *pytest_args = sys.argv
- ALL_EXTERNAL_PLUGINS = [
- ExternalPluginRepo(
- name='bst-plugins-template',
- url='https://gitlab.com/BuildStream/bst-plugins-template.git',
- ref='master'
- ),
- ]
+ ALL_EXTERNAL_PLUGINS = []
exit_code = 0
for plugin in ALL_EXTERNAL_PLUGINS: