ae152c5
---
ae152c5
- hosts: localhost
ae152c5
  roles:
ae152c5
  - role: standard-test-basic
ae152c5
    tags:
ae152c5
    - classic
ae152c5
    repositories:
ae152c5
    - repo: "https://src.fedoraproject.org/tests/python.git"
ae152c5
      dest: "python"
4fd076b
    - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
4fd076b
      dest: "pyproject-rpm-macros"
ae152c5
    tests:
ae152c5
    - smoke34:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.4 ./venv.sh
ae152c5
    - smoke35:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.5 ./venv.sh
ae152c5
    - smoke36:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.6 ./venv.sh
ae152c5
    - smoke37:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.7 ./venv.sh
3af9828
    - smoke38:
3af9828
        dir: python/smoke
3af9828
        run: VERSION=3.8 ./venv.sh
ae152c5
    - smoke27:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=2.7 METHOD=virtualenv ./venv.sh
ae152c5
    - smoke34_virtualenv:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.4 METHOD=virtualenv ./venv.sh
ae152c5
    - smoke35_virtualenv:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.5 METHOD=virtualenv ./venv.sh
ae152c5
    - smoke36_virtualenv:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.6 METHOD=virtualenv ./venv.sh
ae152c5
    - smoke37_virtualenv:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=3.7 METHOD=virtualenv ./venv.sh
3af9828
    - smoke38_virtualenv:
3af9828
        dir: python/smoke
3af9828
        run: VERSION=3.8 METHOD=virtualenv ./venv.sh
1d76c3e
    - pipenv:
1d76c3e
        run: pipenv --three && pipenv install six
4fd076b
    - pyproject_pytest:
4fd076b
        dir: pyproject-rpm-macros/tests
4fd076b
        run: ./mocktest.sh python-pytest
4fd076b
    - pyproject_entrypoints:
4fd076b
        dir: pyproject-rpm-macros/tests
4fd076b
        run: ./mocktest.sh python-entrypoints
4fd076b
    - pyproject_pluggy:
4fd076b
        dir: pyproject-rpm-macros/tests
4fd076b
        run: ./mocktest.sh python-pluggy
4fd076b
    - pyproject_clikit:
4fd076b
        dir: pyproject-rpm-macros/tests
4fd076b
        run: ./mocktest.sh python-clikit
ae152c5
    required_packages:
ae152c5
    - gcc
85a78b8
    - virtualenv
ae152c5
    - python27
ae152c5
    - python34
ae152c5
    - python35
ae152c5
    - python36
ae152c5
    - python37
3af9828
    - python38
ae152c5
    - python2-devel
ae152c5
    - python3-devel
ae152c5
    - python3-tox
1d76c3e
    - pipenv
4fd076b
    - mock
4fd076b
    - rpmdevtools
4fd076b
    - rpm-build