21 lines
541 B
Plaintext
21 lines
541 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
provision:
|
|
hardware:
|
|
memory: '>= 4GB'
|
|
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: unit
|
|
test: |
|
|
pip-3.14 show hypothesis || pip-3.14 install hypothesis
|
|
# exit(0) is success
|
|
# ignored tests require meson which is missing now
|
|
python3.14 -c 'import numpy;import sys; sys.exit(not numpy.test(extra_argv=["--ignore-glob", "/usr/lib64/python3.14/site-packages/numpy/f2py/tests/*", "-k", "not test_mem_policy"]))'
|
|
require:
|
|
- python3.14-numpy
|
|
- python3.14-pytest
|
|
- python3.14-pip
|