mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python3Packages.angrcli: enable passing tests
This commit is contained in:
parent
34c861d69c
commit
c11a0100ee
@ -40,13 +40,6 @@ buildPythonPackage rec {
|
||||
--replace "/bin/ls" "${coreutils}/bin/ls"
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
"test_sims"
|
||||
"test_proper_termination"
|
||||
"test_branching"
|
||||
"test_morph"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"angrcli"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user