python3.14-flit-core/plan.fmf
2025-11-25 13:00:48 +01:00

24 lines
483 B
Plaintext

execute:
how: tmt
discover:
- name: rpms_pyproject-rpm-macros
how: shell
url: https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git
tests:
- name: pyproject_entrypoints
path: /tests
test: ./mocktest.sh python-entrypoints
- name: import_test
test: python3 -c "import flit_core"
prepare:
- name: Install dependencies
how: install
package:
- mock
- python3
- python3-flit-core
- rpmdevtools
- rpm-build