The tests are killed by OOM killer otherwise:
./tmt-test-wrapper.sh-default-0-default-0: line 2: 18964 Killed python3.12 -c 'import numpy; assert numpy.test()'
Local experiment by Miro Hrončok <miro@hroncok.cz> showed the tests
use at least 10.5 GB RAM.
Cherry-picked from python3.11-numpy 80216001b20a659cbe3f82c3370baa47db8c2a43
80216001b2
Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
- assert the results (see RHEL-21591)
- require gcc
- requires setuptools (for distutils)
- bump typing_extensions version (the old one errored)