pypy3.10/tests/tests.yml

18 lines
357 B
YAML

---
- 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: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
required_packages:
- gcc
- python3-tox
- pypy3.9-devel