Closed Zac-HD closed 2 weeks ago
Yeah, it's currently unused, but pytest like breaking APIs that Sybil needs to work, so thanks for the pointer to version_tuple
, I'll use that next time that crops up.
Do you need a release for this?
A release would be much appreciated! I'll be installing from the commit until then 😅
https://github.com/simplistix/sybil/blob/a06c1646e3545cc1fb221ce9faf36f5ea105be8a/sybil/integration/pytest.py#L21
This breaks for pre-release Pytest versions, with errors like
ValueError: invalid literal for int() with base 10: 'dev127+g5d3a3ac02'
. I was going to suggestpytest.version_tuple
, but it looks likePYTEST_VERSION
is entirely unused and could thus be deleted without replacement.