summaryrefslogtreecommitdiff
path: root/tests/test_ext_imgconverter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ext_imgconverter.py')
-rw-r--r--tests/test_ext_imgconverter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_ext_imgconverter.py b/tests/test_ext_imgconverter.py
index 8f610377c..330c3eeed 100644
--- a/tests/test_ext_imgconverter.py
+++ b/tests/test_ext_imgconverter.py
@@ -9,9 +9,10 @@
:license: BSD, see LICENSE for details.
"""
-import pytest
import os
+import pytest
+
@pytest.mark.sphinx('latex', testroot='ext-imgconverter')
@pytest.mark.xfail(os.name != 'posix', reason="Not working on windows")