python3.14-cffi/plan.fmf
Lukáš Zachar 5576f6a91b Add gating
2025-11-28 11:19:26 +01:00

20 lines
355 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
dist-git-install-builddeps: true
tests:
- name: unittests
test: |
cd $(dirname $TMT_SOURCE_DIR/cffi*/testing)
pytest-3.14 testing/
require:
- gcc
- gcc-c++
- python3.14-devel
- python3.14-pytest
- python3.14-cffi
- python3.14-setuptools