Skip to content

Fixing deprecation warning when importing collections

Catrin Bernius requested to merge bernius/athena:ChangePythonCollections into master

Warning of type: /cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/sw/lcg/releases/LCG_101_ATLAS_14/ROOT/6.24.06/x86_64-centos7-gcc11-opt/lib/ROOT/_facade.py:150: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working

has been fixed in some packages/files that import collections

Merge request reports