You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
execute:
|
|
how: tmt
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- python3.12-pytest
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/iniconfig-*/testing) &&
|
|
sed -i "s/py\.test/pytest/" testing/test_iniconfig.py &&
|
|
pytest-3.12 testing
|