2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

flake: re-enable basic tests

This commit is contained in:
Sebastien Bourdeauducq 2022-02-26 18:53:43 +08:00
parent 5572f223d1
commit 0266d52497

View File

@ -107,7 +107,6 @@
checkPhase = ''
python -m unittest discover -v artiq.test
'';
doCheck = false; # TODO
};
migen = pkgs.python3Packages.buildPythonPackage rec {