2023-01-27 10:11:12 +00:00
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
discover:
|
|
|
|
how: shell
|
|
|
|
dist-git-source: true
|
|
|
|
tests:
|
|
|
|
- name: bundled tests
|
|
|
|
require:
|
|
|
|
- python3.11-pytest
|
|
|
|
test: |
|
|
|
|
cd $(dirname $TMT_SOURCE_DIR/iniconfig-*/testing) &&
|
2023-02-01 10:45:45 +00:00
|
|
|
sed -i "s/py\.test/pytest/" testing/test_iniconfig.py &&
|
2023-01-27 10:11:12 +00:00
|
|
|
pytest-3.11 testing
|