diff --git a/pkgs/development/python-modules/angrcli/default.nix b/pkgs/development/python-modules/angrcli/default.nix index a43b39a4e9eb..157e1e91341d 100644 --- a/pkgs/development/python-modules/angrcli/default.nix +++ b/pkgs/development/python-modules/angrcli/default.nix @@ -40,13 +40,6 @@ buildPythonPackage rec { --replace "/bin/ls" "${coreutils}/bin/ls" ''; - disabledTests = [ - "test_sims" - "test_proper_termination" - "test_branching" - "test_morph" - ]; - pythonImportsCheck = [ "angrcli" ];