honeybadger-io / honeybadger-python

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

Enable Python 3.10 in CI #112

Open joshuap opened 2 years ago

joshuap commented 2 years ago

I forget why this was failing.

Edit: oh right, it's because of #104

dotysan commented 1 year ago

I got it working (sorta) over here. https://github.com/dotysan/honeybadger-python/actions/runs/5166178976

Just had to blank out a few suspect tests. Hopefully someone with better understanding of mock can resurrect them.

And Python 3.11 works too, FTW!

dotysan commented 1 year ago

I had to temporarily disable some suspect tests that use mock. But got it to build here. #153