Blame tests.yml

81d0de1
---
81d0de1
- hosts: localhost
f5948a8
  tags:
f5948a8
    - classic
f5948a8
  tasks:
f5948a8
    - dnf:
f5948a8
        name: "*"
f5948a8
        state: latest
f5948a8
f5948a8
- hosts: localhost
81d0de1
  roles:
81d0de1
  - role: standard-test-basic
81d0de1
    tags:
81d0de1
    - classic
81d0de1
    tests:
6a9ffe6
    - smoke_default:
6a9ffe6
        dir: smoke
6a9ffe6
        run: ./venv.sh
81d0de1
    - smoke27:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=2.7 METHOD=virtualenv ./venv.sh
b4fd40e
    - smoke27_seeder_pip:
b4fd40e
        dir: smoke
b4fd40e
        run: VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh
562c77a
    - smoke35:
d37bcbf
        dir: smoke
562c77a
        run: VERSION=3.5 METHOD=virtualenv-no-download ./venv.sh
81d0de1
    - smoke36:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=3.6 METHOD=venv TOX=false ./venv.sh
81d0de1
    - smoke37:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=3.7 METHOD=venv ./venv.sh
bb40c2a
    - smoke38:
bb40c2a
        dir: smoke
bb40c2a
        run: VERSION=3.8 METHOD=venv ./venv.sh
38d9a44
    - smoke39:
38d9a44
        dir: smoke
38d9a44
        run: VERSION=3.9 METHOD=venv ./venv.sh
b4fd40e
    - smoke39_seeder_pip:
b4fd40e
        dir: smoke
b4fd40e
        run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
c26b648
    - smoke34_optional:
c26b648
        dir: smoke
c26b648
        run: VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
81d0de1
    - smokepypy:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh
81d0de1
    - smokepypy3:
81d0de1
        dir: smoke
11b7e87
        run: VERSION=3.6 METHOD=venv PYTHON=pypy3 ./venv.sh
97db1f9
    - selftest37:
97db1f9
        dir: selftest
97db1f9
        run: VERSION=3.7 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
30e8067
    - debugtest38:
ead01d1
        dir: selftest
30e8067
        run: VERSION=3.8 PYTHON="python3-debug" X="test_ssl" ./parallel.sh
96fbcc5
    - debugflags:
96fbcc5
        dir: flags
96fbcc5
        run: python3-debug ./assertflags.py -Og
86842ac
    - marshalparser_compatibility:
86842ac
        dir: marshalparser
86842ac
        run: SAMPLE=10 test_marshalparser_compatibility.sh
81d0de1
    required_packages:
c26b648
    - dnf
81d0de1
    - gcc
bd3ec95
    - virtualenv
0ec11f1
    - python2.7
0ec11f1
    - python3.5
0ec11f1
    - python3.6
0ec11f1
    - python3.7
0ec11f1
    - python3.8
0ec11f1
    - python3.9
81d0de1
    - pypy
81d0de1
    - pypy3
81d0de1
    - python2-devel
81d0de1
    - python3-devel
81d0de1
    - pypy-devel
81d0de1
    - pypy3-devel
81d0de1
    - python3-tox
97db1f9
    - python3-tkinter
97db1f9
    - python3-test
ead01d1
    - python3-debug
6a9ffe6
    - python3-rpm-macros
86842ac
    - marshalparser