forked from Mirror/pmbootstrap
enforce E501 in test/ (MR 2058)
This commit is contained in:
parent
f3b3fe906b
commit
27746db188
8 changed files with 51 additions and 36 deletions
|
@ -235,7 +235,8 @@ def test_init_buildenv(args, monkeypatch):
|
|||
|
||||
# Shortcut and fake apkbuild
|
||||
func = pmb.build._package.init_buildenv
|
||||
apkbuild = {"pkgname": "test", "depends": ["a"], "makedepends": ["b"], "options": []}
|
||||
apkbuild = {"pkgname": "test", "depends": ["a"], "makedepends": ["b"],
|
||||
"options": []}
|
||||
|
||||
# Build is necessary (various code paths)
|
||||
assert func(args, apkbuild, "armhf", strict=True) is True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue