summaryrefslogtreecommitdiff
path: root/tests/integration/source-determinism.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/source-determinism.py')
-rw-r--r--tests/integration/source-determinism.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/source-determinism.py b/tests/integration/source-determinism.py
index 8ab11615a..9fc153e1a 100644
--- a/tests/integration/source-determinism.py
+++ b/tests/integration/source-determinism.py
@@ -1,7 +1,7 @@
import os
import pytest
-from buildstream import _yaml, utils
+from buildstream import _yaml
from buildstream.plugintestutils import cli_integration as cli
from tests.testutils import create_repo, ALL_REPO_KINDS
from tests.testutils.site import HAVE_SANDBOX