pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

CI: Add pytest-4 and Python 3.8 tests #240

Open marv opened 4 years ago

marv commented 4 years ago

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

blueyed commented 4 years ago

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).

marv commented 4 years ago

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