We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebf7c5 commit 2632d3dCopy full SHA for 2632d3d
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[tool.cibuildwheel]
6
build-verbosity = 1
7
enable = ["cpython-freethreading", "graalpy", "pypy", "pypy-eol"]
8
-test-skip = ["gp3*-win_amd64"] # https://github.com/oracle/graalpython/issues/490
+test-skip = ["gp3*-win_amd64", "*-android*"] # https://github.com/oracle/graalpython/issues/490
9
test-requires = "-r requirements-test.txt"
10
test-sources = ["conftest.py", "pyproject.toml", "tests"]
11
test-command = "python -m pytest"
0 commit comments