Skip to content

Commit c7f66d3

Browse files
committed
Add no-binary lxml for win tests
1 parent 84ac67d commit c7f66d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ skip = [
6060
"cp37-musllinux_aarch64",
6161
]
6262
test-command = "pytest -v --color=yes {package}/tests"
63-
before-test = "pip install -r requirements-test.txt"
63+
before-test = "pip install -r requirements-test.txt --no-binary lxml"
6464
# test-skip = "*-macosx_arm64 cp39-win_amd64"
6565
test-skip = "*-macosx_arm64"
6666

0 commit comments

Comments
 (0)