f4095ad7df
Cherry-picked from python3.11-psycopg2 32890f5eeb81093c4d9f47b0ded0372fbeb8a2c7
32890f5eeb
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
discover:
|
|
- name: Smoke-tests
|
|
how: shell
|
|
tests:
|
|
- name: python-import-test
|
|
test: python3.12 -c 'import psycopg2'
|
|
require:
|
|
- python3.12-psycopg2
|
|
duration: 1m
|
|
execute:
|
|
how: tmt
|