Skip to content

Commit

Permalink
fix: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed May 28, 2024
1 parent 70a11b2 commit af86b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import os
import re
import sys
from pathlib import Path

import pytest
Expand Down Expand Up @@ -64,6 +65,7 @@ def test_custom_rtd_assets(app: Sphinx) -> None:
assert any(re.search("_static/rtd-docsearch-custom.css", str(i)) for i in css)


@pytest.mark.skipif(sys.version_info < (3,9), reason="requires at least Python 3.9")
@pytest.mark.sphinx(
"html",
confoverrides={
Expand Down

0 comments on commit af86b85

Please sign in to comment.