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