Created attachment 739309 [details] dev-python:pytest-mock-3.6.1:20210914-150633.log On rebuilding to drop Python 3.8 support, =dev-python/pytest-mock-3.6.1 fails its test phase, specifically the test tests/test_pytest_mock.py::test_monkeypatch_no_terminal. If I'm reading the output right, this tests expects no output from a subprocess, but it got some output beginning "pytest-xprocess reminder::Be sure to terminate". Full build log and emerge --info attached.
Created attachment 739312 [details] emerge-info.txt
The issue arises from installed `dev-python/pytest-xprocess` Searching for a way to disable xprocess pytest plugin without blocking... `-p no:xprocess` didn't work
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8034ddfe19a8668dcd1fe00f94f5f7d0679ab05a commit 8034ddfe19a8668dcd1fe00f94f5f7d0679ab05a Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2021-09-22 07:18:09 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2021-09-22 07:18:12 +0000 dev-python/pytest-mock: fix running with pytest-xprocess installed Closes: https://bugs.gentoo.org/813061 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-python/pytest-mock/pytest-mock-3.6.1.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)