summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_sql.py')
-rw-r--r--tests/unit/misc/test_sql.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit/misc/test_sql.py b/tests/unit/misc/test_sql.py
index bbdf5e8e5..8312fa350 100644
--- a/tests/unit/misc/test_sql.py
+++ b/tests/unit/misc/test_sql.py
@@ -19,15 +19,13 @@
"""Test the SQL API."""
-import pytest
-
import hypothesis
+import pytest
from hypothesis import strategies
from qutebrowser.misc import sql
from qutebrowser.qt import QtSql
-
pytestmark = pytest.mark.usefixtures('data_tmpdir')