Strange fail of a test

Running Phoenix’s test suite gives me this failing test that I don’t understand how to fix. Maybe wxWidgets needs to be fixed? See below.

···

======================================================================

FAIL: test_tipwinCtor (test_tipwin.tipwin_Tests)


Traceback (most recent call last):

File “C:\Users\Boštjan\Desktop\Phoenix\unittests\test_tipwin.py”, line 13, in test_tipwinCtor

self.myYield()

File “C:\Users\Boštjan\Desktop\Phoenix\unittests\wtc.py”, line 40, in myYield

evtLoop.YieldFor(eventsToProcess)

wx._core.wxAssertionError: C++ assertion “!wxPendingDelete.Member(this)” failed at …\src\common\popupcmn.cpp(416) in wxPopupTransientWindow::Destroy(): Shouldn’t destroy the popup twice.