pypy3.10/tests/tests.yml
Miro Hrončok d56524c195 Update to Python 3.8
- sync patch 189 with the python3.8 package
 - remove ppc64 only patch, since it did not apply and we don't have ppc64 since F29
   https://fedoraproject.org/wiki/Changes/DiscontinuePPC64
 - supplement tox
   https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/NVVUXSVSPFQOWIGBE2JNI67HEO7R63ZQ/
2022-01-04 19:50:30 +01:00

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