flake: re-enable basic tests

This commit is contained in:
Sebastien Bourdeauducq 2022-02-26 18:53:43 +08:00
parent 5572f223d1
commit 0266d52497
1 changed files with 0 additions and 1 deletions

View File

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