[Bug] Deprecated unittest aliases were removed in Python 3.11 #4132
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
python
Pull requests that update Python code
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is there an existing issue for this?
Current Behavior
assertRaisesRegexp was removed in Python 3.11 in PR python/cpython#28268
Expected Behavior
assertRaisesRegex is the recommended equivalent.
Steps To Reproduce
Python 3.11 will throw an error for the tests
Relevant log output
No response
Environment
What database are you using dbt with?
other (mention it in "Additional Context")
Additional Context
No response
The text was updated successfully, but these errors were encountered: