churchyard / rpms / python38

Forked from rpms/python38 5 years ago
Clone
704ecff
---
704ecff
- hosts: localhost
704ecff
  roles:
704ecff
  - role: standard-test-basic
704ecff
    tags:
704ecff
    - classic
704ecff
    repositories:
704ecff
    - repo: "https://src.fedoraproject.org/tests/python.git"
704ecff
      dest: "python"
704ecff
    tests:
704ecff
    - smoke:
704ecff
        dir: python/smoke
4aedf05
        run: VERSION=3.8 ./venv.sh
bc86296
    - selftest:
bc86296
        dir: python/selftest
4aedf05
        run: VERSION=3.8 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh
704ecff
    required_packages:
bc86296
    - gcc  # for extension building in venv and selftest
692acd1
    - gdb  # for test_gdb
4aedf05
    - python38  # the test subject
bc86296
    - python3-tox  # for venv tests
bc86296
    - glibc-all-langpacks # for locale tests