Hi, On Wed, Dec 06, 2023 at 08:21:36PM +0000, Edd Barrett wrote: > - py3-exceptiongroup doesn't appear to be needed. Tests pass without it, and > grepping the sources for it shows up nothing. Correct me if I'm wrong. > > - Since the tests all pass now, remove the comment about test failures. > > Will commit tomorrow unless anyone objects.
Yeah, in fact I realised I had an upgraded version of pytest (which I needed for another port). And this upgraded version needs exceptiongroup. Thanks a lot, and sorry for my poorly managed port update. --- ~Justin