Skip to content

Commit

Permalink
Also suppress 'style' example when lxml.etree can't be imported (supp…
Browse files Browse the repository at this point in the history
…ressing test failure on macOS ARM when lxml installs but is broken).
  • Loading branch information
jaraco committed Jul 5, 2022
1 parent 4c3167e commit 9bf0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


try:
importlib.import_module('lxml')
importlib.import_module('lxml.etree')
except ImportError:
collect_ignore += ['examples/style.py']

Expand Down

0 comments on commit 9bf0305

Please sign in to comment.