commit:     98ef7ebb399b2ee5ae2df0dc539ddb9b7da34b8d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 08:26:01 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 08:26:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ef7ebb

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 <AT> gentoo.org>

 dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild 
b/dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild
index 38e3c364bb7..02d2d78708b 100644
--- a/dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild
+++ b/dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild
@@ -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"

Reply via email to