python3Packages.angr: extend pythonImportsCheck

wip/yesman
Robert Schütz 3 years ago committed by Jonathan Ringer
parent d84bf71b62
commit d9b11e53b1
  1. 4
      pkgs/development/python-modules/angr/default.nix

@ -81,7 +81,9 @@ buildPythonPackage rec {
# Tests have additional requirements, e.g., pypcode and angr binaries
# cle is executing the tests with the angr binaries
doCheck = false;
pythonImportsCheck = [ "angr" ];
# See http://angr.io/api-doc/
pythonImportsCheck = [ "angr" "claripy" "cle" "pyvex" "archinfo" ];
meta = with lib; {
description = "Powerful and user-friendly binary analysis platform";

Loading…
Cancel
Save