15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
test: ./test.sh
|
|
framework: beakerlib
|
|
require:
|
|
- library(database/mariadb)
|
|
- python3.14-PyMySQL
|
|
- python3.14-pytest
|
|
- git-core
|
|
|
|
tag:
|
|
- rhel-buildroot
|
|
|
|
environment:
|
|
PYTHON: python3.14
|
|
PYTEST: pytest-3.14
|