nixosTests.containers-custom-pkgs: lint
The new linter basically does def testScript # ... before calling `pyflakes`. As this test-script is empty, it would lead to a syntax-error unless `pass` is added.
This commit is contained in:
parent
774aba102a
commit
fc76a44d0f
@ -30,5 +30,5 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# This test only consists of evaluating the test machine
|
# This test only consists of evaluating the test machine
|
||||||
testScript = "";
|
testScript = "pass";
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user