summaryrefslogtreecommitdiff
path: root/tests/end2end/test_invocations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/test_invocations.py')
-rw-r--r--tests/end2end/test_invocations.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py
index 44e118d41..a8a2bf4cd 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -20,20 +20,19 @@
"""Test starting qutebrowser with special arguments/environments."""
import configparser
-import subprocess
-import sys
-import logging
import importlib
-import re
import json
+import logging
import platform
+import re
+import subprocess
+import sys
import pytest
from helpers import testutils
-from qutebrowser.utils import qtutils, utils
from qutebrowser.qt import QtCore
-
+from qutebrowser.utils import qtutils, utils
ascii_locale = pytest.mark.skipif(sys.hexversion >= 0x03070000,
reason="Python >= 3.7 doesn't force ASCII "