python3.12-numpy/plan.fmf

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"