mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add $DO_EPUBCHECK envvar as a workaround for #4611
This commit is contained in:
parent
403f7edb17
commit
973986cfdb
@ -326,6 +326,8 @@ def test_epub_anchor_id(app):
|
||||
assert 'see <a class="reference internal" href="#std-setting-STATICFILES_FINDERS">' in html
|
||||
|
||||
|
||||
@pytest.mark.skipif('DO_EPUBCHECK' not in os.environ,
|
||||
reason='Skipped because DO_EPUBCHECK is not set')
|
||||
@pytest.mark.sphinx('epub')
|
||||
def test_run_epubcheck(app):
|
||||
app.build()
|
||||
|
Loading…
Reference in New Issue
Block a user