14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
|
execute:
|
||
|
how: tmt
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.11-pytest
|
||
|
- python3.11-setuptools-rust
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/setuptools-rust-*/tests) &&
|
||
|
pytest-3.11 tests
|