summaryrefslogtreecommitdiff
path: root/tests/test_latex_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_latex_formatter.py')
-rw-r--r--tests/test_latex_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_latex_formatter.py b/tests/test_latex_formatter.py
index 56b5db2e..05a6c3ac 100644
--- a/tests/test_latex_formatter.py
+++ b/tests/test_latex_formatter.py
@@ -44,7 +44,7 @@ class LatexFormatterTest(unittest.TestCase):
po.stdout.close()
except OSError:
# latex not available
- pass
+ raise support.SkipTest
else:
if ret:
print(output)