Skip to content

Commit 2632d3d

Browse files
committed
ci: skip Android tests for now
All tests are passing locally but failing on GHA with emulator setup. Disable Android tests temporarily.
1 parent cebf7c5 commit 2632d3d

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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.cibuildwheel]
66
build-verbosity = 1
77
enable = ["cpython-freethreading", "graalpy", "pypy", "pypy-eol"]
8-
test-skip = ["gp3*-win_amd64"] # https://github.com/oracle/graalpython/issues/490
8+
test-skip = ["gp3*-win_amd64", "*-android*"] # https://github.com/oracle/graalpython/issues/490
99
test-requires = "-r requirements-test.txt"
1010
test-sources = ["conftest.py", "pyproject.toml", "tests"]
1111
test-command = "python -m pytest"

0 commit comments

Comments
 (0)