f5bea8c
---
f5bea8c
- hosts: localhost
f5bea8c
  tags:
f5bea8c
    - classic
f5bea8c
  tasks:
f5bea8c
    - dnf:
f5bea8c
        name: "*"
f5bea8c
        state: latest
f5bea8c
f5bea8c
- hosts: localhost
f5bea8c
  roles:
f5bea8c
  - role: standard-test-basic
f5bea8c
    tags:
f5bea8c
    - classic
f5bea8c
    tests:
f5bea8c
    - pytest:
f5bea8c
        dir: .
f5bea8c
        run: pytest -v
431e438
    - manual_byte_compilation:
431e438
        dir: .
431e438
        run: rpmbuild -ba pythontest.spec
f5bea8c
    required_packages:
f5bea8c
    - rpm-build
f5bea8c
    - python-rpm-macros
7237192
    - python3-rpm-macros
a712d45
    - python3-devel
f5bea8c
    - python3-pytest
9d2fcef
    - python3.6
f5bea8c