25 lines
462 B
Plaintext
25 lines
462 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: pytest
|
|
test: PYTHONPATH=/usr/lib/rpm/redhat ALTERNATE_PYTHON_VERSION=3.11 pytest -v
|
|
- name: manual_byte_compilation
|
|
test: rpmbuild -ba pythontest.spec
|
|
path: /tests
|
|
|
|
prepare:
|
|
- how: install
|
|
package:
|
|
- rpm-build
|
|
- python-rpm-macros
|
|
- python3-rpm-macros
|
|
- python3-devel
|
|
- python3-pytest
|
|
- python3.11-devel
|
|
- dnf
|
|
- how: shell
|
|
script: dnf upgrade -y
|