Package: python-boltons / 25.0.0-2

Metadata

Package Version Patches format
python-boltons 25.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 support pytest9.patch | (download)

tests/conftest.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 starting from pytest 7, the py.path arguments to pytest's hook functions
 have been deprecated, replaced with pathlib.Path equivalents. Since
 pytest 7 is the minimum version we support, move to using it.