Do not test Combobox widget

it is deprecated
This commit is contained in:
Davide Andreoli 2017-07-22 08:46:19 +02:00
parent 25f620ef19
commit 9d5efd8aef
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class TestElmClassNames(unittest.TestCase):
# 2. test all the other widgets
for cls in [elm.Actionslider, elm.Background, elm.Box,
elm.Bubble, elm.Button, elm.Calendar, elm.Check, elm.Clock,
elm.Colorselector, elm.Combobox, elm.Ctxpopup, elm.Datetime,
elm.Colorselector, elm.Ctxpopup, elm.Datetime, # elm.Combobox
elm.Dayselector, elm.Diskselector, elm.Entry, elm.Fileselector,
elm.FileselectorButton, elm.FileselectorEntry, elm.Flip,
elm.FlipSelector, elm.Frame, elm.Gengrid, elm.Genlist,