python3.14-ply/plan.fmf
Lukáš Zachar 8ba56d83c1 Add gating
Simple "import" test for now
2025-11-28 11:05:46 +01:00

14 lines
200 B
Plaintext

execute:
how: tmt
environment:
pybasever: '3.14'
discover:
how: shell
tests:
- name: import_test
test: "python${pybasever} -c 'import ply'"
require:
- "python${pybasever}-ply"