python3.11-Cython/plan.fmf

21 lines
457 B
Plaintext

execute:
how: tmt
environment:
PYTHON: python3.11
discover:
- how: shell
dist-git-source: true
tests:
- name: bundled demos
require:
- python3.11-devel
- python3.11-numpy
- gcc-c++
- gcc
test: |
cd $TMT_SOURCE_DIR/cython-*/Demos &&
sed "s/\bpython\b/python3.11/" -i Makefile callback/Makefile \
embed/Makefile &&
make test
- how: fmf