Skip to content

AthenaCommon: Update for py 3.11.

Scott Snyder requested to merge ssnyder/athena:py311b.AthenaCommon-20230807 into main

Reduce the verbosity of unittest to the default. The python unit tests were run with the verbosity option set to 2, which meant that there was printout for each individual test. However, in py 3.11, the format that unittest uses to print test names changes. Deal with this by just reverting the verbosity setting to the default. Update the reference files accordingly. does.

Merge request reports