Skip to content

generated_tests: Add workaround for the path to the abc module

Illia Iorin requested to merge GL/piglit:fix/path-to-abc into master

collections.Sequence will be removed in python 3.8 in favor to collections.abc.Sequence however collections.abc is absent in python 2.7

Signed-off-by: Illia Iorin illia.iorin@globallogic.com

Merge request reports