diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-21 19:52:39 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-21 19:52:39 +0000 |
commit | b3b1390ea71eabfed349ac51cfa92068868fd8ce (patch) | |
tree | f34e9800a1341c69aef0c8b7b4db89c25bf94d61 | |
parent | f2fe6f3e24bdab2aafc46e91f4112fd0a27a99ea (diff) | |
download | aports-b3b1390ea71eabfed349ac51cfa92068868fd8ce.tar.bz2 aports-b3b1390ea71eabfed349ac51cfa92068868fd8ce.tar.xz |
testing/perl-moosex-types: temporarily disable checks
The tests fail currently, possible due to a missing module:
> The following REQUIRED prerequisites were not satisfied:
> Module::Build::Tiny is not installed (version '0.034' required)
-rw-r--r-- | testing/perl-moosex-types/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/perl-moosex-types/APKBUILD b/testing/perl-moosex-types/APKBUILD index ed1773d7d9..0aa94c79c3 100644 --- a/testing/perl-moosex-types/APKBUILD +++ b/testing/perl-moosex-types/APKBUILD @@ -15,6 +15,7 @@ cpancheckdepends="perl-test-requires perl-moose perl-test-fatal" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" checkdepends="$cpancheckdepends" +options="!check" # Checks fail currently subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/MooseX-Types-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |