We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ac67d commit c7f66d3Copy full SHA for c7f66d3
pyproject.toml
@@ -60,7 +60,7 @@ skip = [
60
"cp37-musllinux_aarch64",
61
]
62
test-command = "pytest -v --color=yes {package}/tests"
63
-before-test = "pip install -r requirements-test.txt"
+before-test = "pip install -r requirements-test.txt --no-binary lxml"
64
# test-skip = "*-macosx_arm64 cp39-win_amd64"
65
test-skip = "*-macosx_arm64"
66
0 commit comments