67801e2720
Resolves: rhbz#2159354
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
execute:
|
|
how: tmt
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- python3.11-pytest
|
|
- python3.11-scipy
|
|
duration: 30m
|
|
test: python3.11 -c 'import scipy; scipy.test()'
|