Blame tests/tests.yml

465724d
---
465724d
- hosts: localhost
465724d
  roles:
465724d
  - role: standard-test-basic
465724d
    tags:
465724d
    - classic
465724d
    repositories:
465724d
    - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
465724d
      dest: "pyproject-rpm-macros"
465724d
    tests:
249d574
    - smoke:
249d574
        run: poetry new smoke && cd smoke && poetry install && poetry run pytest
465724d
    - pyproject_clikit:
465724d
        dir: pyproject-rpm-macros/tests
465724d
        run: ./mocktest.sh python-clikit
465724d
    required_packages:
465724d
    - mock
465724d
    - rpmdevtools
465724d
    - rpm-build