mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
tests: Don't fail Dial test if tkinter failed to import
This commit is contained in:
parent
e2ad8f2a2f
commit
a8ca06ea47
@ -1,5 +1,5 @@
|
||||
import tkinter as tk
|
||||
import pytest
|
||||
tk = pytest.importorskip('tkinter')
|
||||
pytest.importorskip('Pmw')
|
||||
from direct.tkwidgets.Dial import Dial
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user