Replace py.test usage with pytest, explicitly require py for tests
All threads resolved!
All threads resolved!
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
Activity
assigned to @hroncok
- Resolved by Miro Hrončok
Note that large changes to
c/test.py
should ideally be done in conjunction with PyPy: https://foss.heptapod.net/pypy/pypy/-/blob/branch/default/pypy/module/_cffi_backend/test/_backend_test_c.py
mentioned in issue #552 (closed)
mentioned in commit 932ad11f0284
Please register or sign in to reply