diff options
| author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-01 09:10:13 +0000 |
|---|---|---|
| committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-03-01 19:05:30 +0000 |
| commit | 29f8df922fabd350b535f3949cf138b193b409f3 (patch) | |
| tree | bb3133310939227a78de0dab3da15520b8ef5d8e /tests/testutils | |
| parent | 402cc7af5464f34d29909148dfb0876e56f97124 (diff) | |
| download | buildstream-remove-dead-code.tar.gz | |
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/testutils')
| -rw-r--r-- | tests/testutils/artifactshare.py | 3 | ||||
| -rw-r--r-- | tests/testutils/junction.py | 1 | ||||
| -rw-r--r-- | tests/testutils/repo/__init__.py | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/testutils/artifactshare.py b/tests/testutils/artifactshare.py index c70e91413..41673ca1d 100644 --- a/tests/testutils/artifactshare.py +++ b/tests/testutils/artifactshare.py @@ -1,6 +1,4 @@ import string -import pytest -import subprocess import os import shutil import signal @@ -10,7 +8,6 @@ from contextlib import contextmanager from multiprocessing import Process, Queue import pytest_cov -from buildstream import _yaml from buildstream._cas import CASCache from buildstream._cas.casserver import create_server from buildstream._exceptions import CASError diff --git a/tests/testutils/junction.py b/tests/testutils/junction.py index efc429ef6..01c76d14a 100644 --- a/tests/testutils/junction.py +++ b/tests/testutils/junction.py @@ -1,4 +1,3 @@ -import os from tests.testutils import create_repo from buildstream import _yaml diff --git a/tests/testutils/repo/__init__.py b/tests/testutils/repo/__init__.py index ff6844cf1..1881aa3c4 100644 --- a/tests/testutils/repo/__init__.py +++ b/tests/testutils/repo/__init__.py @@ -1,6 +1,4 @@ from collections import OrderedDict -import pytest -from ..site import HAVE_OSTREE from .git import Git from .bzr import Bzr |
