tests: Don't fail Dial test if tkinter failed to import

This commit is contained in:
rdb 2024-08-23 13:55:58 +02:00
parent e2ad8f2a2f
commit a8ca06ea47

View File

@ -1,5 +1,5 @@
import tkinter as tk
import pytest
tk = pytest.importorskip('tkinter')
pytest.importorskip('Pmw')
from direct.tkwidgets.Dial import Dial