DO NOT MERGE THIS

This commit is contained in:
Miro Hrončok 2022-06-23 11:30:32 +02:00
parent b8b5cb92da
commit ada6514577
1 changed files with 5 additions and 16 deletions

View File

@ -3,9 +3,9 @@
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- name: Print all available env variable
ansible.builtin.debug:
var: ansible_facts['ansible_env']
- hosts: localhost
roles:
@ -13,18 +13,7 @@
tags:
- classic
tests:
- pytest:
- true:
dir: .
run: PYTHONPATH=/usr/lib/rpm/redhat ALTERNATE_PYTHON_VERSION=3.6 pytest -v
- manual_byte_compilation:
dir: .
run: rpmbuild -ba pythontest.spec
required_packages:
- rpm-build
- python-rpm-macros
- python3-rpm-macros
- python3-devel
- python3-pytest
- python3.6
- python2.7
run: 'true'