Skip to content

Commit

Permalink
TST: skip sphinx tests if no sphinx installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jul 8, 2018
1 parent 9c58724 commit 124cadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/sphinxext/tests/test_tinypages.py
Expand Up @@ -16,6 +16,7 @@


def test_tinypages(tmpdir):
pytest.importorskip('sphinx')
html_dir = pjoin(str(tmpdir), 'html')
doctree_dir = pjoin(str(tmpdir), 'doctrees')
# Build the pages with warnings turned into errors
Expand Down

0 comments on commit 124cadf

Please sign in to comment.