mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
tests: Don't run tkpanels.Placer test without Tk already inited
Necessary for being able to run test suite on macOS
This commit is contained in:
parent
d368fac3e3
commit
476374b814
@ -4,7 +4,7 @@ from direct.showbase.ShowBase import ShowBase
|
|||||||
from direct.tkpanels.Placer import Placer
|
from direct.tkpanels.Placer import Placer
|
||||||
|
|
||||||
|
|
||||||
def test_Placer(window):
|
def test_Placer(window, tk_toplevel):
|
||||||
base = ShowBase()
|
base = ShowBase()
|
||||||
base.start_direct()
|
base.start_direct()
|
||||||
root = Pmw.initialise()
|
root = Pmw.initialise()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user