You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
645 B
19 lines
645 B
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
|
dest: "python"
|
|
tests:
|
|
- python_selftest:
|
|
dir: python/selftest
|
|
run: X="test_ssl test_asyncio test_hashlib test_ftplib test_httplib test_imaplib test_logging test_nntplib test_poplib test_urllib2_localnet test_urllib test_xmlrpc" ./parallel.sh
|
|
required_packages:
|
|
- gcc # for extension building in venv and selftest
|
|
- python3-tkinter # for selftest
|
|
- python3-test # for selftest
|
|
- python3-rpm-macros # for dynamic python version
|