Merge pull request #231 from hack3ric/master

tests: bump android-sdk-cmake and xml2 version
This commit is contained in:
依云 2023-07-13 18:00:44 +08:00 committed by GitHub
commit ea542d1fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"