mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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:
parent
6649ece637
commit
56949d7e75
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user