7a3cef2bf4
Bump is necessary to get past gating Related: bz#1950291
12 lines
193 B
Plaintext
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
|