test_cran: bump xml2 version to pass test

This commit is contained in:
Alexandru Fikl 2023-05-01 09:59:16 +03:00
parent 1be02fc29c
commit fed4fc52ff
No known key found for this signature in database
GPG Key ID: 32C1509CB6EE436B

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.3"
}) == "1.3.4"