churchyard / rpms / openssl

Forked from rpms/openssl 4 years ago
Clone
648a3cb
---
648a3cb
- hosts: localhost
648a3cb
  roles:
648a3cb
  - role: standard-test-basic
648a3cb
    tags:
648a3cb
    - classic
648a3cb
    repositories:
648a3cb
    - repo: "https://src.fedoraproject.org/tests/python.git"
648a3cb
      dest: "python"
648a3cb
    tests:
648a3cb
    - python_selftest:
648a3cb
        dir: python/selftest
b395c9a
        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
648a3cb
    required_packages:
648a3cb
    - gcc  # for extension building in venv and selftest
648a3cb
    - python3-tkinter  # for selftest
648a3cb
    - python3-test  # for selftest