Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
python-pyface
fix-wx-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-wx-tests.patch of Package python-pyface
Index: pyface-7.4.2/pyface/ui/wx/util/tests/test_image_helpers.py =================================================================== --- pyface-7.4.2.orig/pyface/ui/wx/util/tests/test_image_helpers.py +++ pyface-7.4.2/pyface/ui/wx/util/tests/test_image_helpers.py @@ -18,6 +18,11 @@ from ..image_helpers import ( ) +_app = wx.GetApp() +if _app is None: + _app = wx.App() + + class TestImageHelpers(unittest.TestCase): def test_image_to_bitmap(self):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor