python3.11-numpy/plan.fmf
Lukas Zachar 80216001b2 Add tmt gating plan
Resolves: rhbz#2159327
2023-02-10 03:54:58 +01:00

15 lines
305 B
Plaintext

execute:
how: tmt
discover:
how: shell
tests:
- name: bundled tests
require:
- python3.11-pytest
- python3.11-numpy
- python3.11-pip
duration: 30m
test: |
pip3.11 install hypothesis==6.45.0 typing_extensions==4.4.0 &&
python3.11 -c 'import numpy; numpy.test()'