From fe1342e9fb39774e63d2f650db8e04f50d3355a9 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Thu, 13 Jul 2023 16:54:24 +0800 Subject: [PATCH] tests: bump android-sdk-cmake and xml2 version --- tests/test_android_sdk.py | 2 +- tests/test_cran.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_android_sdk.py b/tests/test_android_sdk.py index d8c5a70..a8648a9 100644 --- a/tests/test_android_sdk.py +++ b/tests/test_android_sdk.py @@ -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", { diff --git a/tests/test_cran.py b/tests/test_cran.py index 17f7950..c1db727 100644 --- a/tests/test_cran.py +++ b/tests/test_cran.py @@ -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"