Fedora CI: Test with the "main" Python version

See https://src.fedoraproject.org/tests/python/pull-request/21
This commit is contained in:
Miro Hrončok 2020-04-21 13:02:26 +02:00 committed by churchyard
parent 5888d1863e
commit 0f4ce87941
1 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@
tests:
- python_selftest:
dir: python/selftest
run: VERSION=3.7 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
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-test # for selftest
- python3-rpm-macros # for dynamic python version