summaryrefslogtreecommitdiff
path: root/tests/sourcecache/staging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sourcecache/staging.py')
-rw-r--r--tests/sourcecache/staging.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sourcecache/staging.py b/tests/sourcecache/staging.py
index dbfc028f2..fa30c5c4c 100644
--- a/tests/sourcecache/staging.py
+++ b/tests/sourcecache/staging.py
@@ -23,16 +23,15 @@
import os
import shutil
+
import pytest
from buildstream._project import Project
-
from buildstream.testing.runcli import cli # pylint: disable=unused-import
from tests.testutils import dummy_context
from tests.testutils.element_generators import create_element_size
-
DATA_DIR = os.path.dirname(os.path.realpath(__file__))