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:
@@ -30,5 +30,5 @@ in {
|
||||
};
|
||||
|
||||
# This test only consists of evaluating the test machine
|
||||
testScript = "";
|
||||
testScript = "pass";
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user