forked from mirrors/nixpkgs
Merge pull request #238404 from kirillrdy/angrcli
python3Packages.angrcli: enable passing tests
This commit is contained in:
commit
53041749b6
|
@ -40,13 +40,6 @@ buildPythonPackage rec {
|
||||||
--replace "/bin/ls" "${coreutils}/bin/ls"
|
--replace "/bin/ls" "${coreutils}/bin/ls"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
disabledTests = [
|
|
||||||
"test_sims"
|
|
||||||
"test_proper_termination"
|
|
||||||
"test_branching"
|
|
||||||
"test_morph"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"angrcli"
|
"angrcli"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue