thrnciar / tests / python

Forked from tests/python 4 years ago
Clone

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:
81d0de1
    - smoke27:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=2.7 METHOD=virtualenv ./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
81d0de1
    - smokepypy:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh
81d0de1
    - smokepypy3:
81d0de1
        dir: smoke
81d0de1
        run: VERSION=3.5 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
8f563a8
    - debugtest37:
ead01d1
        dir: selftest
8f563a8
        run: VERSION=3.7 PYTHON="python3-debug" X="test_ssl" ./parallel.sh
81d0de1
    required_packages:
81d0de1
    - gcc
bd3ec95
    - virtualenv
81d0de1
    - python27
81d0de1
    - python36
81d0de1
    - python37
bb40c2a
    - python38
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