add `@skip_if_stylefiles_notfound` to maxlistdepth test

This commit is contained in:
jfbu 2016-11-05 11:50:12 +01:00
parent 0473e438dc
commit 53d202440f

View File

@ -711,6 +711,7 @@ def test_latex_toplevel_sectioning_is_section(app, status, warning):
print(warning.getvalue())
assert '\\section{Foo}' in result
@skip_if_stylefiles_notfound
@with_app(buildername='latex', testroot='maxlistdepth')
def test_maxlistdepth_at_ten(app, status, warning):
app.builder.build_all()