You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both assertDictContainsSubset and assertRaisesRegexp have been
deprecated, and removed in Python 3.12. Use assertGreaterEqual on the
dictionary items to compare dictionaries instead of
assertDictContainsSubset.
Fixescensus-instrumentation#1242
On Python 3.12, the testsuite fails with the following tests:
One of the test failures looks like this:
The text was updated successfully, but these errors were encountered: