python3.12-pluggy/plan.fmf
Lukas Zachar 90224a934e Add tmt gating
Cherry-picked from python3.11-pluggy 35efed2a95a45a38ae409172c23f3f1f0215276e
35efed2a95
2024-01-10 18:58:32 +01:00

13 lines
275 B
Plaintext

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"