summaryrefslogtreecommitdiff
path: root/tests/sandboxes/missing-command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sandboxes/missing-command.py')
-rw-r--r--tests/sandboxes/missing-command.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sandboxes/missing-command.py b/tests/sandboxes/missing-command.py
index ec6ba184b..780a872a6 100644
--- a/tests/sandboxes/missing-command.py
+++ b/tests/sandboxes/missing-command.py
@@ -2,13 +2,12 @@
# pylint: disable=redefined-outer-name
import os
+
import pytest
from buildstream.exceptions import ErrorDomain
-
from buildstream.testing import cli # pylint: disable=unused-import
-
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "missing-command")