Skip to content

Switch from collections to collections.abc.

Vinson Lee requested to merge vlee/piglit:python3-collections.abc into master
Fix these deprecation warnings.

DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated since Python 3.3, and in
3.9 it will stop working

Signed-off-by: Vinson Lee <vlee@freedesktop.org>

cc: @dbaker @eric

Edited by Vinson Lee

Merge request reports