Skip to content

Commit

Permalink
chore: use python-apt version from noble-updates in tox
Browse files Browse the repository at this point in the history
Now it exists.

Signed-off-by: Renan Rodrigo <[email protected]>
  • Loading branch information
renanrodrigo committed Sep 6, 2024
1 parent 42e09fe commit 67e3b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 67e3b9b

Please sign in to comment.