pythonPackages.pwntools: disable tests

There aren't any tests to run, and now the package fails to build
because of a crash while looking if there are any tests.
This commit is contained in:
Kristoffer Søholm 2017-12-17 19:38:18 +01:00
parent 6649ece637
commit 56949d7e75

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";