tests: bump android-sdk-cmake and xml2 version

This commit is contained in:
Eric Long 2023-07-13 16:54:24 +08:00
parent 5a972cd0d0
commit fe1342e9fb
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ async def test_android_package_channel(get_version):
"android_sdk": "ndk;",
"repo": "package",
"channel": "beta,dev,canary",
}) == "25.0.8528842"
}) == "26.0.10404224"
async def test_android_list(get_version):
assert await get_version("android-sdk-cmake-older", {

View file

@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_cran(get_version):
assert await get_version("xml2", {
"source": "cran",
}) == "1.3.4"
}) == "1.3.5"