From b395c9afd4271e0ed29b1101f1cbffe7944681a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 Jun 2019 22:23:49 +0200 Subject: [PATCH] Fedora CI: Python: readd test_asyncio --- tests/tests_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_python.yml b/tests/tests_python.yml index 229efbe..eb8e9d0 100644 --- a/tests/tests_python.yml +++ b/tests/tests_python.yml @@ -10,7 +10,7 @@ tests: - python_selftest: dir: python/selftest - run: VERSION=3.7 X="test_ssl test_hashlib test_ftplib test_httplib test_imaplib test_logging test_nntplib test_poplib test_urllib2_localnet test_urllib test_xmlrpc" ./parallel.sh + 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 required_packages: - gcc # for extension building in venv and selftest - python3-tkinter # for selftest