704ecff
---
704ecff
- hosts: localhost
1639fef
  tags:
1639fef
    - classic
1639fef
  tasks:
1639fef
    - dnf:
1639fef
        name: "*"
1639fef
        state: latest
1639fef
1639fef
- 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
b180b30
        run: VERSION=3.9 ./venv.sh
31a41e7
    - debugsmoke:
31a41e7
        dir: python/smoke
31a41e7
        run: PYTHON=python3-debug TOX=false VERSION=3.9 ./venv.sh
bc86296
    - selftest:
bc86296
        dir: python/selftest
b180b30
        run: VERSION=3.9 X="-x test_wsgiref" ./parallel.sh
31a41e7
    - debugtest:
31a41e7
        dir: python/selftest
31a41e7
        run: VERSION=3.9 PYTHON=python3-debug X="-x test_wsgiref" ./parallel.sh
31a41e7
    - debugflags:
31a41e7
        dir: python/flags
31a41e7
        run: python3-debug ./assertflags.py -Og
7f73124
    - marshalparser:
7f73124
        dir: python/marshalparser
7f73124
        run: VERSION=3.9 SAMPLE=10 test_marshalparser_compatibility.sh
704ecff
    required_packages:
bc86296
    - gcc  # for extension building in venv and selftest
0cd827e
    - gdb  # for test_gdb
97711d6
    - python3.9  # the test subject
31a41e7
    - python3-debug  # for leak testing
31a41e7
    - python3-devel  # for extension building in venv and selftest
31a41e7
    - python3-tkinter  # for selftest
31a41e7
    - python3-test  # for selftest
bc86296
    - python3-tox  # for venv tests
bc86296
    - glibc-all-langpacks # for locale tests
7f73124
    - marshalparser  # for testing compatibility (magic numbers) with marshalparser