Skip to content

Commit

Permalink
tests: disable test_figures for win
Browse files Browse the repository at this point in the history
Win does not support ImageMagick currently.
  • Loading branch information
ubmarco committed Jan 4, 2021
1 parent 553396c commit b9317cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_full_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_tables(load_full_features_pdf):
assert tables[1].uid == 'chapter.3/table.1'


@pytest.mark.skipif(sys.platform.startswith('win'), reason='saving figures: ImageMagick not installed on Win')
@pytest.mark.parametrize('load_full_features_pdf', [True], indirect=True) # save figures
def test_figures(load_full_features_pdf):
"""Check if API extract all the figures."""
Expand Down

0 comments on commit b9317cf

Please sign in to comment.