Skip to content

Commit 0d9005a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 632e1be commit 0d9005a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def test_conditional_assets(app, docname, check_asset_links):
2929
@pytest.mark.parametrize("docname", ["index", "no_tabs1", "no_tabs2"])
3030
@pytest.mark.sphinx(testroot="conditionalassets-policy")
3131
@pytest.mark.skipif(
32-
sphinx.version_info[:2] < (4, 1), reason="Test uses option that was introduced in Sphinx 4.1 "
32+
sphinx.version_info[:2] < (4, 1),
33+
reason="Test uses option that was introduced in Sphinx 4.1 ",
3334
)
3435
def test_conditional_assets_html_assets_policy(
3536
app,

0 commit comments

Comments
 (0)