14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
|
execute:
|
||
|
how: tmt
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.11-semantic_version
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/semantic_version-*/tests) &&
|
||
|
rm -rf semantic_version* &&
|
||
|
python3.11 -m unittest tests
|