Merge pull request #110556 from zakame/fixes/perl-Net-Async-Ping/skip-ping-socket-tests

perlPackages.NetAsyncPing: skip ping socket tests
This commit is contained in:
Stig 2021-01-23 14:22:24 +01:00 committed by GitHub
commit 19f4c62d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14876,6 +14876,7 @@ let
};
propagatedBuildInputs = [ IOAsync Moo NetFrameLayerIPv6 namespaceclean ];
buildInputs = [ TestFatal ];
preCheck = "rm t/icmp_ps.t t/icmpv6_ps.t"; # ping socket tests fail
meta = {
description = "asyncronously check remote host for reachability";
license = with lib.licenses; [ artistic1 gpl1Plus ];