https://bugzilla.redhat.com/show_bug.cgi?id=2329762
--- Comment #5 from Kevin Fenzi kevin@scrye.com --- Ah ha. After looking around again I see there's a pending upstream PR to move tests to pytest:
https://github.com/ikegami-yukino/jaconv/pull/36
Applying that seems to work great:
+ /usr/bin/pytest ============================= test session starts ============================== platform linux -- Python 3.13.0, pytest-8.3.3, pluggy-1.5.0 rootdir: /builddir/build/BUILD/python-jaconv-0.3.4-build/jaconv-0.3.4 collected 10 items
test_jaconv.py .......... [100%]
============================== 10 passed in 0.04s ==============================
I'll apply that