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.
python3.12-pluggy/SOURCES/plan.fmf

13 lines
275 B

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"