python3.12-semantic_version/plan.fmf
Lukas Zachar 4cc10e80e8 Add tmt gating plan
Cherry-picked from python3.11-semantic_version 49b1589806b08ea9753f278b89d0a3f010af7b04
49b1589806

Amended to work with this version.

Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
2024-01-12 13:16:54 +01:00

15 lines
305 B
Plaintext

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