Commit Graph

2 Commits

Author SHA1 Message Date
Lukáš Zachar 8d47c71f45 Request 16GB+ RAM
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.
2024-01-16 17:34:58 +01:00
Lukas Zachar 52e6215553 Add tmt gating plan
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)
2024-01-15 15:37:04 +01:00