Skip to content

Commit

Permalink
Remove test result sharing between 'test_html5_output' and 'test_html…
Browse files Browse the repository at this point in the history
…5_download' (#12119)
  • Loading branch information
jayaddison committed Apr 24, 2024
1 parent b5f3ef9 commit 9ebc46a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_builders/test_build_html_5_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def checker(nodes):
])
@pytest.mark.sphinx('html', tags=['testtag'],
confoverrides={'html_context.hckey_co': 'hcval_co'})
@pytest.mark.test_params(shared_result='test_build_html_output')
def test_html5_output(app, cached_etree_parse, fname, path, check):
app.build()
check_xpath(cached_etree_parse(app.outdir / fname), fname, path, check)
1 change: 0 additions & 1 deletion tests/test_builders/test_build_html_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


@pytest.mark.sphinx('html')
@pytest.mark.test_params(shared_result='test_build_html_output')
def test_html_download(app):
app.build()

Expand Down

0 comments on commit 9ebc46a

Please sign in to comment.