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:
parent
5dfd396f18
commit
ee26cdd389
@ -4829,6 +4829,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
maintainers = with maintainers; [ ocharles ];
|
maintainers = with maintainers; [ ocharles ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
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 {
|
LWPxParanoidAgent = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user