honeybadger-io / honeybadger-python

Send Python and Django errors to Honeybadger.
https://www.honeybadger.io/
MIT License
15 stars 25 forks source link

Latest Celery 5.3 breaks unit tests #154

Closed dotysan closed 1 year ago

dotysan commented 1 year ago

Recent release of Celery 5.3 broke CI. This hack pins it to 5.2.

dotysan commented 1 year ago

This PR can be ignored if we merge #149.