test: update to NixOS 22.11

This commit is contained in:
Erik Arvstedt
2022-12-18 13:13:44 +01:00
parent 142cbcfb37
commit 77d58162e7
3 changed files with 17 additions and 11 deletions

View File

@@ -48,7 +48,8 @@ def test(name):
tests[name] = fn
return x
def run_tests():
# `run_tests` is already defined by the NixOS test driver
def nb_run_tests():
enabled = enabled_tests.copy()
to_run = []
for test in tests: