Compare commits

..

No commits in common. "c9s" and "c10s" have entirely different histories.
c9s ... c10s

View File

@ -5,9 +5,9 @@ discover:
- name: rpms_pyproject-rpm-macros - name: rpms_pyproject-rpm-macros
how: shell how: shell
url: https://gitlab.com/redhat/centos-stream/rpms/pyproject-rpm-macros.git url: https://gitlab.com/redhat/centos-stream/rpms/pyproject-rpm-macros.git
ref: c9s ref: c10s
tests: tests:
- name: pyproject_isort - name: pyproject_pytest
path: /tests path: /tests
test: ./mocktest.sh python-isort test: ./mocktest.sh python-isort
- name: same_repo - name: same_repo
@ -26,18 +26,9 @@ discover:
how: shell how: shell
url: https://gitlab.com/redhat/centos-stream/tests/python.git url: https://gitlab.com/redhat/centos-stream/tests/python.git
tests: tests:
- name: smoke39
path: /smoke
test: VERSION=3.9 ./venv.sh
- name: smoke39_virtualenv
path: /smoke
test: VERSION=3.9 METHOD=virtualenv ./venv.sh
- name: smoke312_virtualenv - name: smoke312_virtualenv
path: /smoke path: /smoke
test: VERSION=3.12 METHOD=virtualenv VIRTUALENV_SETUPTOOLS=bundle ./venv.sh test: VERSION=3.12 METHOD=virtualenv VIRTUALENV_SETUPTOOLS=bundle ./venv.sh
- name: smoke313_virtualenv
path: /smoke
test: VERSION=3.13 METHOD=virtualenv VIRTUALENV_SETUPTOOLS=bundle ./venv.sh
- name: smoke314_virtualenv - name: smoke314_virtualenv
path: /smoke path: /smoke
test: VERSION=3.14 METHOD=virtualenv VIRTUALENV_SETUPTOOLS=bundle ./venv.sh test: VERSION=3.14 METHOD=virtualenv VIRTUALENV_SETUPTOOLS=bundle ./venv.sh
@ -48,7 +39,6 @@ prepare:
package: package:
- gcc - gcc
- virtualenv - virtualenv
- python3.9
- python3.12-devel - python3.12-devel
- python3.14-devel - python3.14-devel
- python3-devel - python3-devel