From 7f0c746f9940370e565800152611c24e3dc0a6d9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 10 Jun 2021 06:24:15 +0800 Subject: [PATCH] dax: skip test --- artiq-full/extras.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 1576688..3412543 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -259,6 +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 = ''