python3.14-ply/plan.fmf
2025-11-28 11:05:46 +01:00

18 lines
304 B
Plaintext

execute:
how: tmt
environment:
pybasever: '3.14'
discover:
how: shell
dist-git-source: true
tests:
- name: bundled tests
test: |
cd $TMT_SOURCE_DIR/ply-*/test &&
python${pybasever} testyacc.py &&
python${pybasever} testlex.py
require:
- python${pybasever}-ply