From 6631840bc112151fb8bd588e20aee8742b1c42eb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Jan 2020 02:33:20 +0100 Subject: cpan_testers: skip weak deps test on CentOS 7 (unsupported) rationale: CentOS 7's rpm doesn't support eg Recommendstag, it only knows their definitions but is unable to parse a spec file using Recommends Ideally we should be able to detect a too old/unpatched rpm... Technically, we could check whether it's Mageia < 6 which did have an non upstream implementation (but was using Suggests tag instead of Recommends and so would need testsuite adaption -- not worth it) --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a88c040d..3db98fcd 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ o require a newer enough Test::More & rpmtools o skip mirrorlist tests on !Mageia o skip tests if we have no supported downloader + o skip weak deps test on CentOS 7 (unsupported) o testsuite needs rpmtools Version 8.120 - 21 October 2019 -- cgit v1.2.1