dev-perl/Archive-Zip: Disable parallel tests re bug #738308

Seems there are a lot of ways concurrency in these tests can collide,
they share some 'test directory' magic which seems hard to fix without
being invasive

Closes: https://bugs.gentoo.org/738308
Bug: https://github.com/redhotpenguin/perl-Archive-Zip/issues/82
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-08-21 20:26:01 +12:00
parent 7cab3ae51c
commit 98ef7ebb39

View File

@@ -31,3 +31,8 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.880.0
)
"
# Parallel tests broken
# See:
# https://bugs.gentoo.org/738308
# https://github.com/redhotpenguin/perl-Archive-Zip/issues/82
DIST_TEST="do"