Android updates (#2568)
* Add Python 3.14 for Android * Simplify GitHub Actions workflows * Update tests * Allow running `patchelf` even when the environment's `bin` directory is not on the PATH * Search in both the environment's bin directory and the PATH * Use `sysconfig.get_path` * Fix lint warning
This commit is contained in:
+1
-3
@@ -100,9 +100,7 @@ def test_ios_platforms(tmp_path, build_config, monkeypatch, capfd):
|
||||
)
|
||||
|
||||
# The expected wheels were produced.
|
||||
expected_wheels = utils.expected_wheels(
|
||||
"spam", "0.1.0", platform="ios", python_abi_tags=["cp313-cp313", "cp314-cp314"]
|
||||
)
|
||||
expected_wheels = utils.expected_wheels("spam", "0.1.0", platform="ios")
|
||||
assert set(actual_wheels) == set(expected_wheels)
|
||||
|
||||
# The user was notified that the cross-build tool was found.
|
||||
|
||||
Reference in New Issue
Block a user