On Sat, Jul 04, 2020 at 07:57:58AM +0200, Klemens Nanni wrote: > Test concurrent.futures.ThreadPoolExecutor ...
> I had to kill the python3.7 process, ^C wouldn't stop it. Yeah. concurrency tests are usually the ones that hang for the python regression tests, so I'm not surprised. > > I've removed MODPY_EGG_VERSION but I thought it was preferred to use > > MASTER_SITES over GH_*? I might be very wrong on that. > That's the case for tarballs under *stable* /release/ URLs, but with > auto-generated tarballs from /archive/ we use GH_*. > Another benefit of using GH_* (and no explicit MASTER_SITES, DISTNAME, > PKGNAME or WRKDIST) is having a proper distinfo, yours currently just > records the version but not the project name in the file name. Is there a reason we're not just using MODPY_PI=YES and avoiding this whole github dance? --Kurt