containerbuildsystem / atomic-reactor

Simple python library for building docker images.
BSD 3-Clause "New" or "Revised" License
135 stars 61 forks source link

fix(imp module): replace deprecated module #2123

Open MartinBasti opened 2 weeks ago

MartinBasti commented 2 weeks ago

imp module has been replaced by importlib in python 3.12 and is not available anymore

Maintainers will complete the following section

MartinBasti commented 2 weeks ago

This should be 1-1 replacement, but for some reason tests are 7 times slower, something is off here