7b10038573
Cherry-picked from python3.11-PyMySQL db207444c9844fcb22b827c887faee56fcb01bc7
db207444c9
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
require:
|
|
- mariadb-server
|
|
- python3.12-PyMySQL
|
|
|
|
test: |
|
|
systemctl start mariadb &&
|
|
python3.12 smoke_test.py &&
|
|
systemctl stop mariadb
|