19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: smoke
|
|
test: tests/smoke/runtest.sh
|
|
- name: unittests
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/packaging*/tests)
|
|
pip3.14 show pretend || pip3.14 install pretend
|
|
pytest-3.14 tests/
|
|
require:
|
|
- python3.14-packaging
|
|
- python3.14-pytest
|
|
- python3.14-pip
|