Skip to content

Commit

Permalink
Remove fonttools special handling
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Mar 17, 2022
1 parent 359a645 commit e3b7938
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_api_good.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,6 @@ def test_api_inventory_suggest_operation(self, testall_inv_path):
"""Confirm that a suggest operation works on all smoke-test inventories."""
inv = soi.Inventory(testall_inv_path)

if "fonttools" in inv.project.lower():
try:
inv.suggest("class")
except UnicodeDecodeError:
pytest.xfail("Known unhandled bad character in decode operation")
else: # pragma: no cover
pytest.fail("'fonttools' was expected to fail, but didn't")

inv.suggest("class")

@pytest.mark.testall
Expand Down

0 comments on commit e3b7938

Please sign in to comment.