diff options
Diffstat (limited to 'tests/test_ext_autosectionlabel.py')
-rw-r--r-- | tests/test_ext_autosectionlabel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py index ff7cd6776..71d19e800 100644 --- a/tests/test_ext_autosectionlabel.py +++ b/tests/test_ext_autosectionlabel.py @@ -11,10 +11,10 @@ import re -from util import with_app +import pytest -@with_app('html', testroot='ext-autosectionlabel') +@pytest.mark.sphinx('html', testroot='ext-autosectionlabel') def test_autosectionlabel_html(app, status, warning): app.builder.build_all() |