Bug 2208400
Summary: | Review Request: python-pytest-qt - pytest support for PyQt and PySide applications | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Davide Cavalca <davide> | ||||
Component: | Package Review | Assignee: | Orion Poplawski <orion> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | orion, package-review | ||||
Target Milestone: | --- | Keywords: | AutomationTriaged | ||||
Target Release: | --- | Flags: | orion:
fedora-review?
|
||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://github.com/pytest-dev/pytest-qt | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2025-01-03 03:22:24 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Davide Cavalca
2023-05-18 21:46:29 UTC
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=101300979 Copr build: https://copr.fedorainfracloud.org/coprs/build/5933220 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2208400-python-pytest-qt/fedora-rawhide-x86_64/05933220-python-pytest-qt/fedora-review/review.txt Please take a look if any issues were found. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. Tests are failing currently:
=================================== FAILURES ===================================
____________________________________ test_1 ____________________________________
CALL ERROR: Exceptions caught in Qt event loop:
________________________________________________________________________________
Traceback (most recent call last):
File "/tmp/pytest-of-mockbuild/pytest-0/test_exceptions_dont_leak0/test_exceptions_dont_leak.py", line 9, in event
raise RuntimeError('event processed')
RuntimeError: event processed
________________________________________________________________________________
Traceback (most recent call last):
File "/tmp/pytest-of-mockbuild/pytest-0/test_exceptions_dont_leak0/test_exceptions_dont_leak.py", line 9, in event
raise RuntimeError('event processed')
RuntimeError: event processed
________________________________________________________________________________
----------------------------- Captured stderr call -----------------------------
Exceptions caught in Qt event loop:
________________________________________________________________________________
Traceback (most recent call last):
File "/tmp/pytest-of-mockbuild/pytest-0/test_exceptions_dont_leak0/test_exceptions_dont_leak.py", line 9, in event
raise RuntimeError('event processed')
RuntimeError: event processed
________________________________________________________________________________
Exceptions caught in Qt event loop:
________________________________________________________________________________
Traceback (most recent call last):
File "/tmp/pytest-of-mockbuild/pytest-0/test_exceptions_dont_leak0/test_exceptions_dont_leak.py", line 9, in event
raise RuntimeError('event processed')
RuntimeError: event processed
________________________________________________________________________________
____________________________________ test_2 ____________________________________
qapp = <PyQt6.QtWidgets.QApplication object at 0x7fac29064410>
def test_2(qapp):
assert called
gc.collect()
> assert weak_ref() is None
E assert <test_exceptions_dont_leak.MyWidget object at 0x7fac28e085f0> is None
E + where <test_exceptions_dont_leak.MyWidget object at 0x7fac28e085f0> = weak_ref()
test_exceptions_dont_leak.py:24: AssertionError
=========================== short test summary info ============================
FAILED test_exceptions_dont_leak.py::test_1 - Failed: CALL ERROR: Exceptions ...
FAILED test_exceptions_dont_leak.py::test_2 - assert <test_exceptions_dont_le...
============================== 2 failed in 0.05s ===============================
Spec URL: https://dcavalca.fedorapeople.org/review/python-pytest-qt/python-pytest-qt.spec SRPM URL: https://dcavalca.fedorapeople.org/review/python-pytest-qt/python-pytest-qt-4.3.1-1.fc40.src.rpm Changelog: - update to 4.3.1 - build and package the docs as well Created attachment 2006846 [details]
The .spec file difference from Copr build 5933220 to 6848274
Copr build: https://copr.fedorainfracloud.org/coprs/build/6848274 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2208400-python-pytest-qt/fedora-rawhide-x86_64/06848274-python-pytest-qt/fedora-review/review.txt Please take a look if any issues were found. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. This is an automatic check from review-stats script. This review request ticket hasn't been updated for some time, but it seems that the review is still being working out by you. If this is right, please respond to this comment clearing the NEEDINFO flag and try to reach out the submitter to proceed with the review. If you're not interested in reviewing this ticket anymore, please clear the fedora-review flag and reset the assignee, so that a new reviewer can take this ticket. Without any reply, this request will shortly be resetted. Looks like this was reviewed separately. Sorry I dropped the ball. *** This bug has been marked as a duplicate of bug 2268677 *** |