Debian Patches
Status for python-pyface/8.0.0-9
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fix_race.patch | Fix race conditions in some tests (#1276) This PR updates several tests to avoid a race condition. The relevant tests are doing a `self.gui.invoke_after(1000, app.exit)` before doing `app.run()`, and encountering a situation where `app.exit` is being executed _before_ `app.gui` is set, resulting in a test suite hang. Closes #1257 |
Mark Dickinson <mdickinson@enthought.com> | no | upstream, dc5e1223d4298edfdac514f3fba309b81ae814b3 | 2025-05-15 | |
| Guard-stop_event_loop.patch | Guard stop_event_loop Exit requests can be queued before the application has created its GUI instance. In that case there is no event loop to stop. |
Bastian Germann <bage@debian.org> | no | 2026-04-09 | ||
| ignore_tests_needing_gui.patch | Ignore tests that are ending up with wx._core.PyNoAppError: The wx.App object must be created first! |
Andreas Tille <tille@debian.org> | no | 2022-02-08 | ||
| skip_test_pil_image.patch | skip test_pil_image if pillow >= 10 Bug-<Vendor>: https://github.com/enthought/pyface/issues/1255 | no | 2023-09-16 |
