pypy3.10/tests/tests.yml

26 lines
475 B
YAML
Raw Normal View History

2018-07-20 10:37:22 +00:00
---
2022-06-09 11:08:14 +00:00
- hosts: localhost
tags:
- classic
tasks:
- ansible.builtin.dnf:
name: "*"
state: latest
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
2022-01-26 23:30:08 +00:00
run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
2018-07-20 10:37:22 +00:00
required_packages:
- gcc
- python3-tox
2022-01-26 23:30:08 +00:00
- pypy3.9-devel