48 lines
982 B
Plaintext
48 lines
982 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
- name: tests_python
|
|
how: shell
|
|
url: https://gitlab.com/redhat/centos-stream/tests/python.git
|
|
tests:
|
|
- name: smoke36
|
|
path: /smoke
|
|
test: VERSION=3.6 TOX=false CYTHON=false ./venv.sh
|
|
- name: smoke36_virtualenv
|
|
path: /smoke
|
|
test: VERSION=3.6 METHOD=virtualenv TOX=false ./venv.sh
|
|
- name: smoke312
|
|
path: /smoke
|
|
test: VERSION=3.12 TOX=false ./venv.sh
|
|
- name: same_repo
|
|
how: shell
|
|
tests:
|
|
- name: pip_install_upgrade
|
|
path: /tests/pip_install_upgrade/
|
|
test: ./runtest.sh
|
|
|
|
prepare:
|
|
- name: Enable CRB
|
|
how: feature
|
|
crb: enabled
|
|
- name: Enable EPEL
|
|
how: feature
|
|
epel: enabled
|
|
- name: Install dependencies
|
|
how: install
|
|
package:
|
|
- gcc
|
|
- virtualenv
|
|
- platform-python-devel
|
|
- python3.12-devel
|
|
- grep
|
|
- util-linux
|
|
- shadow-utils
|
|
- expect
|
|
- dnf
|
|
- name: Update packages
|
|
how: shell
|
|
script: dnf upgrade -y
|
|
|