bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Fix ci #352

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

CI has been very flaky recently, often failing multiple times on each PR while setting up the test environment (i.e. the tests themselves run fine)

This seems to be caused by running tox in parallel as it's much more stable after turning that off. Unfortunately that makes CI take significantly longer but it's better than randomly failing builds

Updating to tox v4 may fix this (we're still using tox v3 which isn't supported anymore) but the update isn't trivial so needs some dedicated time to get fully working