diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-15 17:04:39 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-02 14:38:50 +0100 |
commit | 010ca879bf012d8c6167161c9bc660da4f00cc69 (patch) | |
tree | d6da84103cab1273cccad81e7c6353cfb8e8e836 | |
parent | 4bc01538afa0d6399ee5c72f784ca77a62fbd68c (diff) | |
download | urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.gz urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.bz2 urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.xz urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.zip |
cpan_testers: require a newer enough Test::More
should workaround some failures such as:
http://www.cpantesters.org/cpan/report/6d3e1bc0-3755-11ea-83ea-5104bae6192e
The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm
line 2510.
t/superuser--suggests.t .........................................
All 126 subtests passed
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index f9dc2074..3231c273 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -161,7 +161,7 @@ WriteMakefile( 'File::Slurp' => '0', 'Net::Server' => '0', 'rpmtools' => '7.11', - 'Test::More' => '0', + 'Test::More' => '1.302', 'Test::Pod' => '0', 'Test::Pod::Coverage' => '0', }, @@ -4,6 +4,7 @@ o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 o fix testsuite errors on CentOs (NVR vs NVRA) + o require a newer enough Test::More o skip mirrorlist tests on !Mageia o skip tests if we have no supported downloader o testsuite needs rpmtools |