d56524c195
- 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/
18 lines
357 B
YAML
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
|