From 2f8241dbc76a079e25559857ac9441de296b17c4 Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Fri, 6 May 2022 00:12:54 -0400 Subject: [PATCH] updated comment for dax doCheck = false --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e97905a..f29d351 100644 --- a/flake.nix +++ b/flake.nix @@ -236,7 +236,7 @@ }; VERSIONEER_OVERRIDE = version; inherit (pkgs.python3Packages.pygit2) SSL_CERT_FILE; - doCheck = false; # currently breaks with ad9910 driver + doCheck = false; # tests only pass for the latest stable ARTIQ version propagatedBuildInputs = [ artiq.packages.x86_64-linux.artiq artiq.inputs.sipyco.packages.x86_64-linux.sipyco ] ++ (with pkgs.python3Packages; [ numpy scipy pyvcd natsort pygit2 matplotlib graphviz h5py networkx sortedcontainers ]); checkInputs = [ pkgs.python3Packages.pytestCheckHook ];