python-six/plans.fmf
Lukas Zachar 7a3cef2bf4 Add simple gating, bump release
Bump is necessary to get past gating
Related: bz#1950291
2022-02-16 12:11:50 +01: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