forked from Mirror/pmbootstrap
treewide: type hint args (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
198f302a36
commit
7b14ef597b
40 changed files with 152 additions and 151 deletions
|
@ -34,7 +34,7 @@ def test_alpine_apkindex_path(args):
|
|||
assert func(args, "testing", "armhf") == ret
|
||||
|
||||
|
||||
def test_urls(args, monkeypatch):
|
||||
def test_urls(args: PmbArgs, monkeypatch):
|
||||
func = pmb.helpers.repo.urls
|
||||
channel = "v20.05"
|
||||
args.mirror_alpine = "http://localhost/alpine/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue