python3.14-semantic_version/plan.fmf
Lukáš Zachar b08b078241 Fix pytest in gating plan
pytest is amibigous, might be a system one so we would check different
package
2025-11-28 10:10:17 +01:00

15 lines
305 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: bundled tests
require:
- python3.14-semantic_version
- python3.14-pytest
test: |
cd $(dirname $TMT_SOURCE_DIR/python-semanticversion-*/tests) &&
rm -rf semantic_version* &&
pytest-3.14