We have the following failure happening on release scripts:
ModuleNotFoundError: No module named '_bz2'
See https://github.com/AyanSinhaMahapatra/scancode-toolkit/actions/runs/5354427661/jobs/9711537733#step:5:85 for a debug-enabled run.
This is happening on from v32.0.5rc2 tag pushes like this one: https://github.com/nexB/scancode-toolkit/actions/runs/5345833523/jobs/9692168599#step:5:147
But all the v32.0.5rc1 tag pushes passed the test, even though effectively nothing is different between these tags, just versions are bumped.
We are temporarily removing mac release app tests for python3.7 in release scripts to go around this issue.
We have the following failure happening on release scripts:
ModuleNotFoundError: No module named '_bz2'See https://github.com/AyanSinhaMahapatra/scancode-toolkit/actions/runs/5354427661/jobs/9711537733#step:5:85 for a debug-enabled run.
This is happening on from
v32.0.5rc2tag pushes like this one: https://github.com/nexB/scancode-toolkit/actions/runs/5345833523/jobs/9692168599#step:5:147But all the
v32.0.5rc1tag pushes passed the test, even though effectively nothing is different between these tags, just versions are bumped.We are temporarily removing mac release app tests for python3.7 in release scripts to go around this issue.