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
|
2021-11-11 10:43:54 +00:00
|
|
|
run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh
|
2018-07-20 10:37:22 +00:00
|
|
|
required_packages:
|
|
|
|
- gcc
|
|
|
|
- python3-tox
|
2021-11-11 10:43:54 +00:00
|
|
|
- pypy3.8-devel
|