python3.12-numpy/plan.fmf
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

17 lines
350 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()'