python3.11-scipy/plan.fmf
2024-01-17 15:01:08 +01:00

20 lines
454 B
Plaintext

execute:
how: tmt
discover:
how: shell
tests:
- name: bundled tests
require:
- python3.11-pip
- python3.11-pytest
- python3.11-scipy
# transitive requirements of pooch, we want them from RHEL:
- python3.11-charset-normalizer
- python3.11-idna
- python3.11-requests
- python3.11-urllib3
duration: 30m
test: |
pip3.11 install pooch==1.8.0 &&
python3.11 -c 'import scipy; assert scipy.test()'