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"
abb97d9
    - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
abb97d9
      dest: "pyproject-rpm-macros"
ae152c5
    tests:
9a044bd
    - smoke34_optional:
ae152c5
        dir: python/smoke
9a044bd
        run: VERSION=3.4 INSTALL_OR_SKIP=true ./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
e858da1
    - smoke39:
e858da1
        dir: python/smoke
e858da1
        run: VERSION=3.9 ./venv.sh
ae152c5
    - smoke27:
ae152c5
        dir: python/smoke
ae152c5
        run: VERSION=2.7 METHOD=virtualenv ./venv.sh
9a044bd
    - smoke34_virtualenv_optional:
ae152c5
        dir: python/smoke
9a044bd
        run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./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
e858da1
    - smoke39_virtualenv:
e858da1
        dir: python/smoke
e858da1
        run: VERSION=3.9 METHOD=virtualenv ./venv.sh
1d76c3e
    - pipenv:
1d76c3e
        run: pipenv --three && pipenv install six
abb97d9
    - pyproject_pytest:
abb97d9
        dir: pyproject-rpm-macros/tests
abb97d9
        run: ./mocktest.sh python-pytest
abb97d9
    - pyproject_entrypoints:
abb97d9
        dir: pyproject-rpm-macros/tests
abb97d9
        run: ./mocktest.sh python-entrypoints
abb97d9
    - pyproject_pluggy:
abb97d9
        dir: pyproject-rpm-macros/tests
abb97d9
        run: ./mocktest.sh python-pluggy
abb97d9
    - pyproject_clikit:
abb97d9
        dir: pyproject-rpm-macros/tests
abb97d9
        run: ./mocktest.sh python-clikit
ae152c5
    required_packages:
ae152c5
    - gcc
85a78b8
    - virtualenv
ae152c5
    - python27
ae152c5
    - python35
ae152c5
    - python36
ae152c5
    - python37
3af9828
    - python38
e858da1
    - python39
ae152c5
    - python2-devel
ae152c5
    - python3-devel
ae152c5
    - python3-tox
1d76c3e
    - pipenv
abb97d9
    - mock
abb97d9
    - rpmdevtools
abb97d9
    - rpm-build