diff options
Diffstat (limited to 'tests/test_ext_ifconfig.py')
-rw-r--r-- | tests/test_ext_ifconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_ifconfig.py b/tests/test_ext_ifconfig.py index 835ab0938..1ed7c78d2 100644 --- a/tests/test_ext_ifconfig.py +++ b/tests/test_ext_ifconfig.py @@ -9,10 +9,10 @@ :license: BSD, see LICENSE for details. """ -from util import with_app +import pytest -@with_app(buildername='text', testroot='ext-ifconfig') +@pytest.mark.sphinx('text', testroot='ext-ifconfig') def test_ifconfig(app, status, warning): app.builder.build_all() result = (app.outdir / 'index.txt').text() |