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…
Reference in New Issue