summaryrefslogtreecommitdiff
path: root/tests/integration/messages.py
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-07-03 11:33:17 +0100
committerBenjamin Schubert <contact@benschubert.me>2020-07-03 11:46:29 +0100
commit2833a6abd562a628f4039e74a1dadf12661d2b6d (patch)
tree874362f70d15e42babc6f9c578d6822b8efee0f8 /tests/integration/messages.py
parent94dcc28121a57f5e292ce653ef4b760a7ad3b6a4 (diff)
downloadbuildstream-2833a6abd562a628f4039e74a1dadf12661d2b6d.tar.gz
setup.cfg: Use isort to sort our importsbschubert/isort
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r--tests/integration/messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py
index 1a324a61f..8cfa3dd35 100644
--- a/tests/integration/messages.py
+++ b/tests/integration/messages.py
@@ -21,6 +21,7 @@
# pylint: disable=redefined-outer-name
import os
+
import pytest
from buildstream import _yaml
@@ -28,7 +29,6 @@ from buildstream.exceptions import ErrorDomain
from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
from buildstream.testing._utils.site import HAVE_SANDBOX
-
pytestmark = pytest.mark.integration