nixosTests.containers-custom-pkgs: lint
The new linter basically does def testScript # ...before calling `pyflakes`. As this test-script is empty, it would leadto a syntax-error unless `pass` is added.
Maximilian Bosch 4 years ago fc76a44d 774aba10
··· 30 }; 31 32 # This test only consists of evaluating the test machine 33 - testScript = ""; 34 })
··· 30 }; 31 32 # This test only consists of evaluating the test machine 33 + testScript = "pass"; 34 })