diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-21 20:26:01 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-21 20:26:42 +1200 |
commit | 98ef7ebb399b2ee5ae2df0dc539ddb9b7da34b8d (patch) | |
tree | 701a9dd719f93675b4dffaf422af7819eed8119d | |
parent | media-libs/libffado: bump to 2.4.4 (diff) | |
download | gentoo-98ef7ebb399b2ee5ae2df0dc539ddb9b7da34b8d.tar.gz gentoo-98ef7ebb399b2ee5ae2df0dc539ddb9b7da34b8d.tar.bz2 gentoo-98ef7ebb399b2ee5ae2df0dc539ddb9b7da34b8d.zip |
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>
-rw-r--r-- | dev-perl/Archive-Zip/Archive-Zip-1.680.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 38e3c364bb77..02d2d78708b2 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" |