Compare commits
No commits in common. "c10s" and "c9s" have entirely different histories.
10
plan.fmf
10
plan.fmf
@ -6,12 +6,18 @@ 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: smoke312
|
- name: smoke312
|
||||||
path: /smoke
|
path: /smoke
|
||||||
test: VERSION=3.12 ./venv.sh
|
test: VERSION=3.12 ./venv.sh
|
||||||
- name: smoke314
|
- name: smoke314
|
||||||
path: /smoke
|
path: /smoke
|
||||||
test: VERSION=3.14 ./venv.sh
|
test: VERSION=3.14 ./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 ./venv.sh
|
test: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
||||||
@ -21,7 +27,7 @@ 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: c10s
|
ref: c9s
|
||||||
tests:
|
tests:
|
||||||
- name: pyproject_isort
|
- name: pyproject_isort
|
||||||
path: /tests
|
path: /tests
|
||||||
@ -47,6 +53,8 @@ prepare:
|
|||||||
package:
|
package:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
|
- python3.9
|
||||||
|
- python3.12-devel
|
||||||
- python3.14-devel
|
- python3.14-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user