We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cf8a9 commit ce36c78Copy full SHA for ce36c78
tests/test_build.py
@@ -64,9 +64,9 @@ def test_other_with_assets(app, check_asset_links):
64
65
@pytest.mark.sphinx(testroot="linenos")
66
@pytest.mark.skipif(
67
- sphinx.version_info[:2] <= (4, 0), reason="Test uses Sphinx 4 code blocks"
+ sphinx.version_info[:2] < (4, 0), reason="Test uses Sphinx 4 code blocks"
68
)
69
-def test_other_With_assets_new_style(app, check_asset_links):
+def test_other_with_assets_new_style(app, check_asset_links):
70
check_asset_links(app)
71
72
0 commit comments