python3.14-packaging/plan.fmf
Lukáš Zachar 7c3f27221d Add gating
2025-11-26 00:15:49 +01:00

19 lines
375 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: smoke
test: tests/smoke/runtest.sh
- name: unittests
test: |
cd $(dirname $TMT_SOURCE_DIR/packaging*/tests)
pip3.14 show pretend || pip3.14 install pretend
pytest-3.14 tests/
require:
- python3.14-packaging
- python3.14-pytest
- python3.14-pip