Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829145 - dev-python/QtPy-1.11.3 fails tests and ignores test failures
Summary: dev-python/QtPy-1.11.3 fails tests and ignores test failures
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-12-14 08:59 UTC by Michał Górny
Modified: 2021-12-15 17:12 UTC (History)
1 user (show)

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


Attachments
/var/log/portage/dev-python:QtPy-1.11.3:20211214-085649.log (dev-python:QtPy-1.11.3:20211214-085649.log,342.76 KB, text/plain)
2021-12-14 08:59 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-12-14 08:59:14 UTC
Created attachment 758850 [details]
/var/log/portage/dev-python:QtPy-1.11.3:20211214-085649.log

...quite likely due to virtx use.

```
AILED qtpy/tests/test_main.py::test_qt_api - AttributeError: module 'PyQt5' has no attribute 'QtCore'
======================================== 1 failed, 29 passed, 13 skipped, 2 warnings in 1.93s =========================================
pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
 ^[[31;01m*^[[0m pytest failed with python3.8
python3.8 -m pytest -vv -ra -l -Wdefault
========================================================= test session starts =========================================================
platform linux -- Python 3.8.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/bin/python3.8
[...]
```
Comment 1 Larry the Git Cow gentoo-dev 2021-12-15 17:12:02 UTC
The bug has been closed via the following commit(s):

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

commit fa0684ea0ef948a16dd61d2f35060d010c00ae87
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-12-15 15:33:05 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-12-15 17:11:58 +0000

    dev-python/QtPy: move virtx so failure is not ignored
    
    Closes: https://bugs.gentoo.org/829145
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/QtPy/QtPy-1.11.3-r1.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)