davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9d5efd8aefe264b15af6ae86d3720432ee7b2816
commit 9d5efd8aefe264b15af6ae86d3720432ee7b2816 Author: Dave Andreoli <d...@gurumeditation.it> Date: Sat Jul 22 08:46:19 2017 +0200 Do not test Combobox widget it is deprecated --- tests/eo/test_02_class_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eo/test_02_class_names.py b/tests/eo/test_02_class_names.py index 4a96ed7..9f5fbfd 100644 --- a/tests/eo/test_02_class_names.py +++ b/tests/eo/test_02_class_names.py @@ -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, --