--- # # 1minutetip --buildroot rhel8 # - hosts: localhost tags: - classic roles: - role: standard-test-source - role: standard-test-basic required_packages: - python3-pytest tests: - unittests: dir: "source" run: PYTHON=/usr/libexec/platform-python PYTEST=py.test-3 sh test.sh