14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
|
execute:
|
||
|
how: tmt
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.12-pyyaml
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/pyyaml-*/tests) &&
|
||
|
rm -rf yaml &&
|
||
|
python3.12 tests/lib/test_all.py
|