As current TEST() produces no output, tried modifing it in several ways:
calling ctest, make -C tests test, etc, etc. Mostly got zero test runs, except
once that I got:
> 0% tests passed, 14 tests failed out of 14
but couldn't reproduce :-/
Help on figuring out what's the proper way to execute tests much appreciated.
Smoke tested on beta5 64 bits, both on `python3.10` and with `links` (that requires brotli).
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
The initial changes in brotli and pycurl to get rid of the "2.7"
and "3.6" were working on my system... but not on the buildbots.
Unfortunately, the fixes to get the recipes also work with the
buildbots have a small drawback: the dependencies evaluated at
build time are no longer tied with the minor version of Python.
So let's not replicate these changes to other recipes for now.