pytest-dev / pytest-forked

extracted --boxed from pytest-xdist to ensure backward compat
MIT License
62 stars 21 forks source link

Add compatibility with Pytest 5.4.0+ #32

Closed stanislavlevin closed 4 years ago

stanislavlevin commented 4 years ago

'getfslineno' has been removed from 'compat' in Pytest [0]. However, that function was just the wrapper of '_pytest._code.source.getfslineno'. The latter exists in Pytest since, at least, 3.0.0.

[0]: https://github.com/pytest-dev/pytest/commit/9c7f1d9b3.

Fixes: https://github.com/pytest-dev/pytest-forked/issues/30

webknjaz commented 4 years ago

@RonnyPfannschmidt looks like I hit it too while trying to debug #33. It seems mergeable.

RonnyPfannschmidt commented 4 years ago

merged, someone has to step up to do a release