Skip to content

Replace py.test usage with pytest, explicitly require py for tests

Miro Hrončok requested to merge branch/py.test into branch/default

pytest 7.2+ no longer depends on py. It ships py.path and py.error only. See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations

The tests use py.code as well, hence we declare and document a test dependency on py.

--HG-- branch : py.test

Merge request reports