test_parse_depends: adjust to hello-world bump (MR 2028)

Adjust to pkgrel bump of the hello-world package in pmaports. Of course
it would be best if the tests did not depend on specific versions in
pmaports.git, but as long as they do, we need to keep them in sync.
This fixes the currently failing CI.
This commit is contained in:
Oliver Smith 2021-02-11 23:34:41 +01:00
parent 5f485b8ad3
commit 7320caead0
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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-r5"}
"version": "1-r6"}
def test_package_provider(args, monkeypatch):