Blame tests/tests.yml

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
b6a6e97
        run: VERSION=3.8 X="-x test_wsgiref" ./parallel.sh
704ecff
    required_packages:
bc86296
    - gcc  # for extension building in venv and selftest
0cd827e
    - gdb  # for test_gdb
4aedf05
    - python38  # the test subject
bc86296
    - python3-tox  # for venv tests
bc86296
    - glibc-all-langpacks # for locale tests