From 1e7d2a891f85ea68e1c6df152d01382ac68612eb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 22 Dec 2021 22:23:23 +0100 Subject: [PATCH] python3Packages.angrcli: disable failing tests --- pkgs/development/python-modules/angrcli/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/angrcli/default.nix b/pkgs/development/python-modules/angrcli/default.nix index 612cfbec5d6d..30c90cfa5833 100644 --- a/pkgs/development/python-modules/angrcli/default.nix +++ b/pkgs/development/python-modules/angrcli/default.nix @@ -44,6 +44,9 @@ buildPythonPackage rec { disabledTests = [ "test_sims" + "test_proper_termination" + "test_branching" + "test_morph" ]; pythonImportsCheck = [