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.
20 lines
400 B
Plaintext
20 lines
400 B
Plaintext
execute:
|
|
how: tmt
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- gcc
|
|
- python3.12-pytest
|
|
- python3.12-numpy
|
|
- python3.12-setuptools
|
|
- python3.12-pip
|
|
duration: 30m
|
|
test: |
|
|
pip3.12 install hypothesis==6.45.0 typing_extensions==4.9.0 &&
|
|
python3.12 -c 'import numpy; assert numpy.test()'
|
|
provision:
|
|
hardware:
|
|
memory: ">= 16 GB"
|