python3.11-numpy/plan.fmf
Miro Hrončok 2b57e59dfb Make the CI tests pass and assert they do
Resolves: RHEL-21591
2024-01-15 20:44:39 +01:00

16 lines
322 B
Plaintext

execute:
how: tmt
discover:
how: shell
tests:
- name: bundled tests
require:
- gcc
- 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; assert numpy.test()'