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:
a83376a
    - rpm_qa:
a83376a
        run: rpm -qa
704ecff
    - smoke:
704ecff
        dir: python/smoke
b180b30
        run: VERSION=3.9 ./venv.sh
bc86296
    - selftest:
bc86296
        dir: python/selftest
b180b30
        run: VERSION=3.9 X="-x test_wsgiref" ./parallel.sh
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
bc86296
    - python3-tox  # for venv tests
bc86296
    - glibc-all-langpacks # for locale tests
7f73124
    - marshalparser  # for testing compatibility (magic numbers) with marshalparser
a83376a
    - rpm  # for debugging