#5 Fedora CI: Python: readd test_asyncio
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/openssl python_test_asyncio  into  master

file modified
+1 -1
@@ -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

Let's see if it works. It should.

Pull-Request has been merged by churchyard

5 years ago