3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.angrcli: enable passing tests

This commit is contained in:
Kirill Radzikhovskyy 2023-06-18 22:03:30 +10:00
parent 34c861d69c
commit c11a0100ee

View file

@ -40,13 +40,6 @@ buildPythonPackage rec {
--replace "/bin/ls" "${coreutils}/bin/ls"
'';
disabledTests = [
"test_sims"
"test_proper_termination"
"test_branching"
"test_morph"
];
pythonImportsCheck = [
"angrcli"
];