forked from Mirror/pmbootstrap
drop args from helpers.git and chroot.apk (MR 2252)
be gone! Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
52338c5e76
commit
1be8653935
17 changed files with 85 additions and 70 deletions
|
@ -128,7 +128,7 @@ def test_parse_channels_cfg(args: PmbArgs):
|
|||
|
||||
|
||||
def test_pull_non_existing(args: PmbArgs):
|
||||
assert pmb.helpers.git.pull(args, "non-existing-repo-name") == 1
|
||||
assert pmb.helpers.git.pull("non-existing-repo-name") == 1
|
||||
|
||||
|
||||
def test_pull(args: PmbArgs, monkeypatch, tmpdir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue