Skip to content

Commit c7e1917

Browse files
committed
Try to re-enable the enum tests
1 parent 167c6e9 commit c7e1917

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/py/RunClientServer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@ def main():
286286
if gp_dir == 'type_hints' and (sys.version_info < (3,7)):
287287
print('Skipping \'type_hints\' test since python 3.7 or later is required')
288288
continue
289-
if gp_dir == 'enum' and (sys.version_info < (3,7)):
290-
print('Skipping \'enum\' test since python 3.7 or later is required')
291-
continue
292289
generated_dirs.append('gen-py-%s' % (gp_dir))
293290

294291
# commandline permits a single class name to be specified to override SERVERS=[...]

0 commit comments

Comments
 (0)