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
704ecff
        run: VERSION=3.7 ./venv.sh
bc86296
    - selftest:
bc86296
        dir: python/selftest
3815a08
        run: VERSION=3.7 X="-x test_wsgiref" ./parallel.sh
9941fbb
    - debugtest:
bc86296
        dir: python/selftest
3815a08
        run: VERSION=3.7 PYTHON=python3-debug X="-x test_wsgiref" ./parallel.sh
704ecff
    required_packages:
bc86296
    - gcc  # for extension building in venv and selftest
4b6961f
    - gdb  # for test_gdb
bc86296
    - python3-debug  # for leak testing
bc86296
    - python3-devel  # for extension building in venv and selftest
bc86296
    - python3-tkinter  # for selftest
bc86296
    - python3-test  # for selftest
bc86296
    - python3-tox  # for venv tests
bc86296
    - glibc-all-langpacks # for locale tests