Summary: | dev-python/hypothesis-6.90.0 fails tests (missing dependency on dev-python/pytest-forked?) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paolo Pedroni <paolo.pedroni> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | hypothesis-6.90.0:20231130-090737.log.gz |
Description
Paolo Pedroni
2023-11-30 09:26:53 UTC
As expected, manually installing dev-python/pytest-forked makes tests work fine. https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/hypothesis/hypothesis-6.90.0.ebuild#n57 Not actually required by hypothesis itself but the plugin is enabled explicitly in the ebuild. It's leftover after when pytest-xdist required pytest-forked. All versions left in ::gentoo don't use it anymore, so I'll just remove the load. Thanks for the report! The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a614dcde5db2825ef97b2ac7811bad0173276777 commit a614dcde5db2825ef97b2ac7811bad0173276777 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-11-30 13:04:55 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-11-30 13:04:55 +0000 dev-python/hypothesis: Remove obsolete pytest_forked loading Closes: https://bugs.gentoo.org/918890 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/hypothesis/hypothesis-6.90.0.ebuild | 2 +- dev-python/hypothesis/hypothesis-6.91.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |