Package: python-overrides / 7.7.0-3

Metadata

Package Version Patches format
python-overrides 7.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pytest 9.0.patch | (download)

conftest.py | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 fix support for pytest 9.0

The pytest_ignore_collect function has deprecated the path argument in
7.0 becaues it uses the deprecated py library.

Instead it provides a collection_path parameter that uses a pathlib Path
object.

[1] https://docs.pytest.org/en/7.1.x/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path