Open browniebroke opened 8 months ago
I don't understand the test failure, they seem unrelated with my changes... Are they broken due to an external factor or am I missing something obvious?
@browniebroke They're failing because Pytest was unconstrained and breaking changes in Pytest 8 (released in Jan) are blowing up the tests.
My PR https://github.com/celery/django-celery-results/pull/425 to add Django 5 to CI also places a constraint on pytest. Hoping it might be able to get reviewed/merged soon.
Thanks a lot! Will wait for a bit then.
Fix #307
Or at least make the issue much less frequent...