updated comment for dax doCheck = false

release-7
Leon Riesebos 2022-05-06 00:12:54 -04:00
parent 71232f9d68
commit 2f8241dbc7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];