python3.14-ply/plan.fmf
Charalampos Stratakis e2d4ae9860 Update to the latest and last upstream commit
Use modern pyproject macros

Related: RHEL-120807
2026-02-12 14:17:56 +01:00

18 lines
305 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-*/tests &&
python${pybasever} testyacc.py &&
python${pybasever} testlex.py
require:
- python${pybasever}-ply