601ce6c286
Cherry-picked from python3.11-pytest 46fc296a1773dcf1028d622db916b958eea0cdd9
46fc296a17
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
discover:
|
|
- name: Smoke-tests
|
|
how: shell
|
|
tests:
|
|
- name: python-import-test
|
|
test: python3.12 -c 'import pytest'
|
|
require:
|
|
- python3.12-pytest
|
|
duration: 2m
|
|
execute:
|
|
how: tmt
|