summaryrefslogtreecommitdiff
path: root/tests/sources/deb.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/sources/deb.py
parent402cc7af5464f34d29909148dfb0876e56f97124 (diff)
downloadbuildstream-remove-dead-code.tar.gz
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/sources/deb.py')
-rw-r--r--tests/sources/deb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/sources/deb.py b/tests/sources/deb.py
index 480bea6f4..766f6fcc9 100644
--- a/tests/sources/deb.py
+++ b/tests/sources/deb.py
@@ -1,13 +1,9 @@
import os
import pytest
-import tarfile
-import tempfile
-import subprocess
import shutil
from buildstream._exceptions import ErrorDomain
from buildstream import _yaml
-from tempfile import TemporaryFile
from buildstream.plugintestutils import cli
from tests.testutils.site import HAVE_ARPY
from . import list_dir_contents