faeb66351e
Resolves: rhbz#2159315
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
discover:
|
|
- name: Smoke-tests
|
|
how: shell
|
|
tests:
|
|
- name: python-import-test
|
|
test: python3.11 -c 'import idna'
|
|
require:
|
|
- python3.11-idna
|
|
duration: 1m
|
|
execute:
|
|
how: tmt
|