python3.14-pyproject-metadata/plan.fmf
Lukáš Zachar ddda9c08cc Add gating
2025-11-28 11:30:56 +01:00

14 lines
239 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: unittest
test: |
cd $(dirname $TMT_SOURCE_DIR/pyproject-metadata-*/tests) &&
pytest-3.14 -v tests/
require:
- python3.14-pytest