perlPackages.LWPUserAgentMockable: Disable tests

These tests need network connectivity, which isn't available in a
chroot'ed environment (at least, it's not available on Hydra build machines).
This commit is contained in:
Oliver Charles 2014-01-25 11:56:02 +00:00
parent 5dfd396f18
commit ee26cdd389

View File

@ -4829,6 +4829,10 @@ let self = _self // overrides; _self = with self; {
maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix;
};
# Tests require network connectivity
# https://rt.cpan.org/Public/Bug/Display.html?id=63966 is the bug upstream,
# which doesn't look like it will get fixed anytime soon.
doCheck = false;
};
LWPxParanoidAgent = buildPerlPackage rec {