From 67e3b9b29f61ade8833d81364cc118b49c32b880 Mon Sep 17 00:00:00 2001 From: Renan Rodrigo Date: Fri, 6 Sep 2024 16:24:07 -0300 Subject: [PATCH] chore: use python-apt version from noble-updates in tox Now it exists. Signed-off-by: Renan Rodrigo --- requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.test.txt b/requirements.test.txt index 2483750b76..fe665c357a 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -13,4 +13,4 @@ pytest-cov # two releases have the same python_version. git+https://git.launchpad.net/ubuntu/+source/python-apt@ubuntu/jammy-updates ; python_version == '3.10' # need to keep an aye to bump this when python-apt is in noble-updates -git+https://git.launchpad.net/ubuntu/+source/python-apt@ubuntu/noble ; python_version == '3.12' +git+https://git.launchpad.net/ubuntu/+source/python-apt@ubuntu/noble-updates ; python_version == '3.12'