Skip to content

Commit

Permalink
Ignore macos platforms that lxml no longer supports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 31, 2024
1 parent 08b3e91 commit 413c1af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ skip = [
"cp37-manylinux_aarch64",
"cp36-musllinux_aarch64",
"cp37-musllinux_aarch64",
"cp36-macosx*",
"cp37-macosx*",
"cp38-macosx*",
]
test-command = "pytest -v --color=yes {package}/tests"
before-test = "pip install -r requirements-test.txt"
Expand Down

0 comments on commit 413c1af

Please sign in to comment.