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.
13 lines
275 B
13 lines
275 B
10 months ago
|
execute:
|
||
|
how: tmt
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.12-pytest
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/pluggy-*/testing) &&
|
||
|
pytest-3.12 testing -k "not test_load_setuptools_instantiation"
|