summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/pipeline.py1
-rw-r--r--tests/plugins/third_party.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/plugins/pipeline.py b/tests/plugins/pipeline.py
index 8f8525318..c659aa34e 100644
--- a/tests/plugins/pipeline.py
+++ b/tests/plugins/pipeline.py
@@ -1,7 +1,6 @@
import os
import pytest
-from buildstream import Scope
from buildstream._context import Context
from buildstream._project import Project
from buildstream._exceptions import PluginError
diff --git a/tests/plugins/third_party.py b/tests/plugins/third_party.py
index b82f112fe..35705358a 100644
--- a/tests/plugins/third_party.py
+++ b/tests/plugins/third_party.py
@@ -1,6 +1,5 @@
import os
import pytest
-import pkg_resources
from pluginbase import PluginBase
from buildstream._elementfactory import ElementFactory