summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
authorGökçen Nurlu <gnurlu1@bloomberg.net>2017-12-05 16:15:59 +0000
committerGökçen Nurlu <gnurlu1@bloomberg.net>2017-12-07 14:25:40 +0000
commitfe720cbdd7bbc79efce8e7dc5fd2005af973aa05 (patch)
treec246bd35c9b8f70946475af3f42bd77b2dd353f4 /tests/plugins
parent7674f6a137541072bfe60a77502d67698b47b703 (diff)
downloadbuildstream-fe720cbdd7bbc79efce8e7dc5fd2005af973aa05.tar.gz
Remove unused imports in test files
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