Skip to content

DQUtils: Fix test failure with py 3.9.

Scott Snyder requested to merge ssnyder/athena:py39.DQUtils-20210818 into master

repr() can allocate a list object the first time it's called, which causes the gc check to fail. Avoid by making sure that that happens before the gc check.

Merge request reports