- removed unnecessary older VERSION= tests - removed bootstrap test - fix pip_install_upgrade to run pip-3.14 - fix bash completion + remove unused metadata file
48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
- name: tests_python
|
|
how: shell
|
|
url: https://gitlab.com/redhat/centos-stream/tests/python.git
|
|
tests:
|
|
- name: smoke314
|
|
path: /smoke
|
|
test: VERSION=3.14 ./venv.sh
|
|
- name: smoke314_virtualenv
|
|
path: /smoke
|
|
test: VERSION=3.14 METHOD=virtualenv ./venv.sh
|
|
- name: same_repo
|
|
how: shell
|
|
tests:
|
|
- name: pip_install_upgrade
|
|
path: /tests/pip_install_upgrade/
|
|
test: pybasever=3.14 ./runtest.sh
|
|
- name: bash_completion
|
|
path: /tests/bash_completion
|
|
test: PACKAGE=python3.14-pip ./pip_completion_full_test.sh
|
|
prepare:
|
|
- name: Enable CRB
|
|
how: feature
|
|
crb: enabled
|
|
- name: Enable EPEL for tox and virtualenv
|
|
how: feature
|
|
epel: enabled
|
|
- name: Install dependencies
|
|
how: install
|
|
package:
|
|
- gcc
|
|
- virtualenv
|
|
- tox
|
|
- python3.14-devel
|
|
- python3.14-pip
|
|
- bash-completion
|
|
- grep
|
|
- util-linux
|
|
- shadow-utils
|
|
- expect
|
|
- dnf
|
|
- name: Update packages
|
|
how: shell
|
|
script: dnf upgrade -y
|