Skip to content

Commit

Permalink
Skip book tests under 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
josiah-wolf-oberholtzer committed Oct 27, 2023
1 parent 769ba1d commit 833738d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/book/test_ext_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pathlib
import platform
import shutil
import sys

import pytest
import uqbar.io
Expand Down Expand Up @@ -53,6 +54,7 @@ def test_sphinx_book_html(caplog, app, status, warning, rm_dirs):
assert len(plot_svg_paths) == 1


@pytest.mark.skipif(sys.version_info < (3, 9), reason="Sphinx paths broken in 3.8")
@pytest.mark.sphinx("text", testroot="book")
def test_sphinx_book_text(app, status, warning, rm_dirs):
app.build()
Expand Down

0 comments on commit 833738d

Please sign in to comment.