Summary: | dev-python/root_numpy-2.1.0 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
Component: | New packages | Assignee: | Gentoo Science Physics related packages <sci-physics> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | treecleaner |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=484412 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Deadline: | 2020-10-09 | ||
Attachments: | patch to ebuild |
Description
Patrick Lauer
![]() Created attachment 358638 [details, diff]
patch to ebuild
Please let me know if this patch is ok to commit.
Changes:
1. enforced a single impl since sci-physics/root supports that only,
2. required USE=python on sci-physics/root,
3. fixed the nosetests invocation,
4. fixed EXAMPLES not to be compressed.
Comment on attachment 358638 [details, diff]
patch to ebuild
Sorry, wrong bug :).
The test still fails with root_numpy-4.7.3, but with a message of
> root_numpy.tmva.tests.test_tmva_methodcuts ... open('/dev/random'): Permission denied
instead.
(In reply to Benda Xu from comment #3) > The test still fails with root_numpy-4.7.3, but with a message of > > root_numpy.tmva.tests.test_tmva_methodcuts ... open('/dev/random'): Permission denied > instead. Looks like a sandbox violation caused by ROOT trying to access /dev/random. I don't think this is a problem with root_numpy. (In reply to Guilherme Amadio from comment #4) > (In reply to Benda Xu from comment #3) > > The test still fails with root_numpy-4.7.3, but with a message of > > > root_numpy.tmva.tests.test_tmva_methodcuts ... open('/dev/random'): Permission denied > > instead. > > Looks like a sandbox violation caused by ROOT trying to access /dev/random. > I don't think this is a problem with root_numpy. root_numpy will need to add a sandbox_predict for that. So it is still a bug for root_numpy. Package removed. |