Fix a flake8 warning

This commit is contained in:
Takeshi KOMIYA 2022-01-15 20:01:30 +09:00
parent 44e6d0ce2a
commit e2f141620d

View File

@ -581,6 +581,7 @@ def test_linenothreshold(app, status, warning):
assert ('<span></span><span class="c1"># Very small literal include '
'(linenothreshold check)</span>' in html)
@pytest.mark.sphinx('dummy', testroot='directive-code')
def test_code_block_dedent(app, status, warning):
app.builder.build(['dedent'])