summaryrefslogtreecommitdiff
path: root/tests/frontend/yamlcache.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-01 09:10:13 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-01 19:05:30 +0000
commit29f8df922fabd350b535f3949cf138b193b409f3 (patch)
treebb3133310939227a78de0dab3da15520b8ef5d8e /tests/frontend/yamlcache.py
parent402cc7af5464f34d29909148dfb0876e56f97124 (diff)
downloadbuildstream-remove-dead-code.tar.gz
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/frontend/yamlcache.py')
-rw-r--r--tests/frontend/yamlcache.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/frontend/yamlcache.py b/tests/frontend/yamlcache.py
index 99b5d71c3..81514117e 100644
--- a/tests/frontend/yamlcache.py
+++ b/tests/frontend/yamlcache.py
@@ -1,10 +1,9 @@
import os
import pytest
-import hashlib
import tempfile
from ruamel import yaml
-from tests.testutils import generate_junction, create_element_size, create_repo
+from tests.testutils import generate_junction, create_element_size
from buildstream.plugintestutils import cli
from buildstream import _yaml
from buildstream._yamlcache import YamlCache