From fed4fc52ff3e7ce51093b6a391abd720494b92e8 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Mon, 1 May 2023 09:59:16 +0300 Subject: [PATCH] test_cran: bump xml2 version to pass test --- tests/test_cran.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cran.py b/tests/test_cran.py index c3328f1..17f7950 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.3" + }) == "1.3.4"