Index: /trunk/src/VBox/ValidationKit/testmanager/core/base.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/base.py	(revision 61279)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/base.py	(revision 61280)
@@ -737,5 +737,5 @@
             oType = type(asValues[0]);
             for i in range(1, len(asValues)):
-                if type(asValues[i]) is not oType: # pylint: disable=C0123
+                if type(asValues[i]) is not oType: # pylint: disable=unidiomatic-typecheck
                     return (asValues, 'Invalid entry data type ([0]=%s vs [%d]=%s).' % (oType, i, type(asValues[i])) );
 
