python-six/plans.fmf
Lukas Zachar 9cb8874d2a Add simple gating
Cherry-picked from 7a3cef2bf49b31b0f9c2ecd4b05d34bdc214998c
2024-08-19 13:48:00 +02:00

12 lines
193 B
Plaintext

discover:
- name: Smoke tests
how: shell
tests:
- name: import works
test: python3 -c 'import six'
require:
- python3-six
duration: 1m
execute:
how: tmt