mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-20 19:28:24 -07:00
Based on [1], upstream recommend testing on py3.10 without pony.
When reviewing pony (to maybe bump), it is base on python's parser
module, which was removed on python 3.10 - meaning pony will need a
huge rewrite to work on python 3.10.
Test suite passes, while all tests depending on pony are just
auto skipped on python 3.10
[1] 5f85daf8ed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>