mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-16 21:05:10 +03:00
test: parse_depends: Fix hello-world test after pkgrel bump
This commit is contained in:
parent
74f76f03f6
commit
1fa61aad37
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def test_package_from_aports(args):
|
|||
assert func(args, "invalid-package") is None
|
||||
assert func(args, "hello-world") == {"pkgname": "hello-world",
|
||||
"depends": [],
|
||||
"version": "1-r4"}
|
||||
"version": "1-r5"}
|
||||
|
||||
|
||||
def test_package_provider(args, monkeypatch):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue