python3.14-pybind11/plan.fmf
Lukáš Zachar af45cff5eb Add gating
2025-12-02 13:30:45 +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