2018-07-20 10:37:22 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
|
|
|
dest: "python"
|
|
|
|
tests:
|
|
|
|
- smoke:
|
|
|
|
dir: python/smoke
|
|
|
|
run: METHOD=virtualenv PYTHON=pypy VERSION=2.7 ./venv.sh
|
|
|
|
required_packages:
|
|
|
|
- gcc
|
2019-03-01 08:57:39 +00:00
|
|
|
- virtualenv
|
2018-07-20 10:37:22 +00:00
|
|
|
- python3-tox
|
|
|
|
- pypy-devel
|