lol

python3Packages.misoc: Actually run tests.

+5 -1
+5 -1
pkgs/development/python-modules/misoc/default.nix
··· 10 10 migen, 11 11 12 12 # tests 13 + unittestCheckHook, 13 14 numpy, 14 15 }: 15 16 ··· 32 33 migen 33 34 ]; 34 35 35 - nativeCheckInputs = [ numpy ]; 36 + nativeCheckInputs = [ 37 + unittestCheckHook 38 + numpy 39 + ]; 36 40 37 41 pythonImportsCheck = [ "misoc" ]; 38 42