14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: unittest
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/pyproject-metadata-*/tests) &&
|
|
pytest-3.14 -v tests/
|
|
require:
|
|
- python3.14-pytest
|