python3.6/tests/tests.yml
Victor Stinner 5915c908d1 Add glibc-all-langpacks build req
Add "glibc-all-langpacks" build requirement to install all locales
for test_locale. Add also the dependency to selftest.
2019-02-03 12:39:04 +00:00

19 lines
382 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: VERSION=3.6 ./venv.sh
required_packages:
- gcc
- python3-tox
- python36
- glibc-all-langpacks # for locale tests