| Summary: | dev-util/pkgcheck-0.10.5 fails tests without dev-python/requests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mart Raudsepp <leio> |
| Component: | Current packages | Assignee: | Michał Górny <mgorny> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | TESTFAILURE |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021a15b57d353e418bec3e4ebdc85fb3d5d2f029 commit 021a15b57d353e418bec3e4ebdc85fb3d5d2f029 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-08-28 19:13:30 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-08-28 19:13:56 +0000 dev-util/pkgcheck: Add missing test deps Closes: https://bugs.gentoo.org/810820 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-util/pkgcheck/pkgcheck-0.10.3.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-0.10.5.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-9999.ebuild | 9 +++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) |
Created attachment 736501 [details] build.log dev-util/pkgcheck tests fail if there is no suitable dev-python/requests on the system. This was possible for me, because I was switched over to python3.10 for my pkgcore/pkgcheck install, but hadn't yet reinstalled dev-python/requests with py3.10. I don't know if requests is just always needed by tests, or it somehow mis-detected its presence for other python versions, probably the former.