pytest-asyncio-cooperative icon indicating copy to clipboard operation
pytest-asyncio-cooperative copied to clipboard

Add pytest version to test matrix

Open gerlero opened this issue 4 months ago • 3 comments

Closes #58

If think this creates too many CI jobs, we could choose to run the older pytest versions on just a single python version each.

gerlero avatar Feb 10 '24 13:02 gerlero

Tests are failing with pytest 7 & 8 for what I believe is an unrelated reason (I note CI used to test pytest 7.0.0 only; now it's testing the latest 6., 7. and 8.*)

gerlero avatar Feb 10 '24 13:02 gerlero

Thanks for this! Looks like there are legitimate issues with tmppath (probably caused by pytest 7.4) I need to resolve

willemt avatar Feb 12 '24 19:02 willemt

I'm running into what I believe is the same issue with some projects. I've done some bisection and can say that the problem affects pytest >= 7.3.0

gerlero avatar Feb 21 '24 23:02 gerlero