Summary: | x11-libs/libxkbcommon-1.0.3 fails test python-tests / tool-option-parsing: __init__() got an unexpected keyword argument 'capture_output' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
test-failure.log |
Description
Thomas Deutschmann (RETIRED)
![]() Created attachment 677113 [details]
test-failure.log
The capture_output argument was added in Python 3.7. Looks like it's not being run with Python 3.7+. Is eselect python pointing to something older? (It's presumably a bug that we don't pick a python implementation in the ebuild) Removing blocker for now. Python3.6 was selected on the system. Tests are passing with Python3.7. Please add proper python-any... support and enforce Python3.7+ for tests. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b2a279d9bbe36012760d659ebc30245a16a6e3 commit f4b2a279d9bbe36012760d659ebc30245a16a6e3 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-12-20 16:57:53 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-12-20 16:59:16 +0000 x11-libs/libxkbcommon: use python-any-r1 for tests Closes: https://bugs.gentoo.org/758866 Signed-off-by: Mike Gilbert <floppym@gentoo.org> x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) |