py icon indicating copy to clipboard operation
py copied to clipboard

CI: Add pytest-4 and Python 3.8 tests

Open marv opened this issue 5 years ago • 2 comments
trafficstars

Would be great if CI could tests these combinations as well as more distros use pytest 4 (or even 5 already) and python 3.8

marv avatar Feb 01 '20 15:02 marv

Tests are not compatible with newer pytest versions. See https://github.com/pytest-dev/py/issues/104, and https://github.com/pytest-dev/py/pull/222 (and likely more).

blueyed avatar Feb 01 '20 16:02 blueyed

Tests are not compatible with newer pytest versions. See #104, and #222 (and likely more).

Yes, those issues brought me here, I'm working on updating pytest to version 4 on Exherbo and ran into those issues. I thought it would be helpful to have CI test those environments when trying to fix those issues. But I see that they would need to be marked "allowed to fail" for now, so that they don't cause the tests to fail

marv avatar Feb 02 '20 10:02 marv