mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user