Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 813093 - dev-python/pytest-xdist-2.3.0 fails test testing/acceptance_test.py::test_without_terminal_plugin
Summary: dev-python/pytest-xdist-2.3.0 fails test testing/acceptance_test.py::test_wit...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-14 20:55 UTC by Jonathan Lovelace
Modified: 2021-10-15 19:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python:pytest-xdist-2.3.0:20210914-194914.log (dev-python:pytest-xdist-2.3.0:20210914-194914.log,30.42 KB, text/x-log)
2021-09-14 20:55 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,7.94 KB, text/plain)
2021-09-14 20:55 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2021-09-14 20:55:26 UTC
Created attachment 739326 [details]
dev-python:pytest-xdist-2.3.0:20210914-194914.log

On rebuilding to drop Python 3.8 support, =dev-python/pytest-xdist-2.3.0 fails its test phase, specifically the test testing/acceptance_test.py::test_without_terminal_plugin . As with pytest-mock in bug #813061, it looks like the test asserts there is no output from a subprocess but pytest-xprocess added some output.

Full build log and emerge --info attached.
Comment 1 Jonathan Lovelace 2021-09-14 20:55:58 UTC
Created attachment 739329 [details]
emerge-info.txt
Comment 2 Paolo Pedroni 2021-10-15 14:45:51 UTC
Same thing happened to me.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-15 19:53:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a8fec347738d27d8daf70f10439b1f2754e2e8

commit 61a8fec347738d27d8daf70f10439b1f2754e2e8
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-15 19:52:08 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-15 19:53:44 +0000

    dev-python/pytest-xdist: backport fix testing with xprocess
    
    backport fix by mgorny for testing when pytest-xprocess is
    installed.
    
    Closes: https://bugs.gentoo.org/813093
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 10 ++++++++++
 1 file changed, 10 insertions(+)