python3.14-pybind11/plan.fmf
Lukáš Zachar 71656d130c Add gating
2025-12-02 13:29:15 +01:00

14 lines
215 B
Plaintext

execute:
how: tmt
environment:
pybasever: '3.14'
discover:
how: shell
tests:
- name: smoke - import works
test: python${pybasever} -c 'import pybind11'
require:
- python${pybasever}-pybind11