Merge pull request #32770 from kristoff3r/fix/pwntools

pythonPackages.pwntools: disable tests
This commit is contained in:
Frederik Rietdijk 2017-12-17 20:07:53 +01:00 committed by GitHub
commit 40969dfe77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ Mako packaging pysocks pygments ROPGadget capstone paramiko pip psutil pyelftools pypandoc pyserial dateutil requests tox pandoc unicorn intervaltree ];
disabled = isPy3k;
doCheck = false; # no setuptools tests for the package
meta = with stdenv.lib; {
homepage = "http://pwntools.com";