From c967b67aa38e4223b53579d36a07509fabae328e Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Sat, 26 Jun 2021 14:23:52 -0400 Subject: [PATCH] extras: enabled testing for dax --- artiq-full/extras.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 4b3ed1c..f48ebff 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -259,14 +259,7 @@ in inherit (pkgs.python3Packages.pygit2) SSL_CERT_FILE; propagatedBuildInputs = [ artiq sipyco ] ++ (with pkgs.python3Packages; [ numpy scipy pyvcd natsort pygit2 matplotlib graphviz h5py networkx ]); - doCheck = false; - checkInputs = [ pkgs.python3Packages.pytest pkgs.python3Packages.mypy pkgs.python3Packages.flake8 ]; - checkPhase = - '' - pytest - mypy - flake8 - ''; + checkInputs = [ pkgs.python3Packages.pytestCheckHook ]; }; condaOptions = { dependencies = [ "python>=3.7" "artiq" "sipyco" "numpy" "scipy" "pyvcd" "natsort" "pygit2" "matplotlib" "python-graphviz" "h5py" "networkx" ]; }; }) // (dualPackage {