aa1733a0b2
Cherry-picked from python3.11-pyyaml 8278e9aaa927200ebfca66ded3b43227e5623441
8278e9aaa9
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
|