python3Packages.misoc: Actually run tests.

This commit is contained in:
Doron Behar
2025-10-03 14:41:16 +03:00
parent 79a84bef4e
commit 0a130740a2
@@ -10,6 +10,7 @@
migen,
# tests
unittestCheckHook,
numpy,
}:
@@ -32,7 +33,10 @@ buildPythonPackage {
migen
];
nativeCheckInputs = [ numpy ];
nativeCheckInputs = [
unittestCheckHook
numpy
];
pythonImportsCheck = [ "misoc" ];