python3.14-numpy/plan.fmf
Lukáš Zachar 7fe0f84681 Add gating
2025-11-28 11:52:40 +01:00

21 lines
541 B
Plaintext

execute:
how: tmt
provision:
hardware:
memory: '>= 4GB'
discover:
how: shell
tests:
- name: unit
test: |
pip-3.14 show hypothesis || pip-3.14 install hypothesis
# exit(0) is success
# ignored tests require meson which is missing now
python3.14 -c 'import numpy;import sys; sys.exit(not numpy.test(extra_argv=["--ignore-glob", "/usr/lib64/python3.14/site-packages/numpy/f2py/tests/*", "-k", "not test_mem_policy"]))'
require:
- python3.14-numpy
- python3.14-pytest
- python3.14-pip