Use check-latest. #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: ${{ matrix.name }} | |
runs-on: ${{ matrix.os }} | |
timeout-minutes: 30 | |
strategy: | |
fail-fast: false | |
matrix: | |
include: | |
- name: 'check' | |
python: '3.11' | |
toxpython: 'python3.11' | |
tox_env: 'check' | |
os: 'ubuntu-latest' | |
- name: 'docs' | |
python: '3.11' | |
toxpython: 'python3.11' | |
tox_env: 'docs' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest73-nodist-cover (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest73-nodist-cover (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py38-pytest73-nodist-cover (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py38-pytest73-nodist-nocov (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest73-nodist-nocov (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py38-pytest73-nodist-nocov (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py38-pytest73-xdist-cover (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest73-xdist-cover (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py38-pytest73-xdist-cover (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py38-pytest73-xdist-nocov (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest73-xdist-nocov (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py38-pytest73-xdist-nocov (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py38-pytest74-nodist-cover (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest74-nodist-cover (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py38-pytest74-nodist-cover (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py38-pytest74-nodist-nocov (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest74-nodist-nocov (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py38-pytest74-nodist-nocov (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py38-pytest74-xdist-cover (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest74-xdist-cover (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py38-pytest74-xdist-cover (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py38-pytest74-xdist-nocov (ubuntu)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py38-pytest74-xdist-nocov (windows)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py38-pytest74-xdist-nocov (macos)' | |
python: '3.8' | |
toxpython: 'python3.8' | |
python_arch: 'x64' | |
tox_env: 'py38-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py39-pytest73-nodist-cover (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest73-nodist-cover (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py39-pytest73-nodist-cover (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py39-pytest73-nodist-nocov (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest73-nodist-nocov (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py39-pytest73-nodist-nocov (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py39-pytest73-xdist-cover (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest73-xdist-cover (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py39-pytest73-xdist-cover (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py39-pytest73-xdist-nocov (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest73-xdist-nocov (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py39-pytest73-xdist-nocov (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py39-pytest74-nodist-cover (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest74-nodist-cover (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py39-pytest74-nodist-cover (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py39-pytest74-nodist-nocov (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest74-nodist-nocov (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py39-pytest74-nodist-nocov (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py39-pytest74-xdist-cover (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest74-xdist-cover (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py39-pytest74-xdist-cover (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py39-pytest74-xdist-nocov (ubuntu)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py39-pytest74-xdist-nocov (windows)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py39-pytest74-xdist-nocov (macos)' | |
python: '3.9' | |
toxpython: 'python3.9' | |
python_arch: 'x64' | |
tox_env: 'py39-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py310-pytest73-nodist-cover (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest73-nodist-cover (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py310-pytest73-nodist-cover (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py310-pytest73-nodist-nocov (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest73-nodist-nocov (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py310-pytest73-nodist-nocov (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py310-pytest73-xdist-cover (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest73-xdist-cover (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py310-pytest73-xdist-cover (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py310-pytest73-xdist-nocov (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest73-xdist-nocov (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py310-pytest73-xdist-nocov (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py310-pytest74-nodist-cover (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest74-nodist-cover (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py310-pytest74-nodist-cover (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py310-pytest74-nodist-nocov (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest74-nodist-nocov (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py310-pytest74-nodist-nocov (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py310-pytest74-xdist-cover (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest74-xdist-cover (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py310-pytest74-xdist-cover (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py310-pytest74-xdist-nocov (ubuntu)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py310-pytest74-xdist-nocov (windows)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py310-pytest74-xdist-nocov (macos)' | |
python: '3.10' | |
toxpython: 'python3.10' | |
python_arch: 'x64' | |
tox_env: 'py310-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py311-pytest73-nodist-cover (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest73-nodist-cover (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py311-pytest73-nodist-cover (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py311-pytest73-nodist-nocov (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest73-nodist-nocov (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py311-pytest73-nodist-nocov (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py311-pytest73-xdist-cover (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest73-xdist-cover (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py311-pytest73-xdist-cover (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py311-pytest73-xdist-nocov (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest73-xdist-nocov (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py311-pytest73-xdist-nocov (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py311-pytest74-nodist-cover (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest74-nodist-cover (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py311-pytest74-nodist-cover (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py311-pytest74-nodist-nocov (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest74-nodist-nocov (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py311-pytest74-nodist-nocov (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py311-pytest74-xdist-cover (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest74-xdist-cover (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py311-pytest74-xdist-cover (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py311-pytest74-xdist-nocov (ubuntu)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py311-pytest74-xdist-nocov (windows)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py311-pytest74-xdist-nocov (macos)' | |
python: '3.11' | |
toxpython: 'python3.11' | |
python_arch: 'x64' | |
tox_env: 'py311-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py312-pytest73-nodist-cover (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest73-nodist-cover (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py312-pytest73-nodist-cover (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py312-pytest73-nodist-nocov (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest73-nodist-nocov (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py312-pytest73-nodist-nocov (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py312-pytest73-xdist-cover (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest73-xdist-cover (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py312-pytest73-xdist-cover (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py312-pytest73-xdist-nocov (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest73-xdist-nocov (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py312-pytest73-xdist-nocov (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'py312-pytest74-nodist-cover (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest74-nodist-cover (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'py312-pytest74-nodist-cover (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'py312-pytest74-nodist-nocov (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest74-nodist-nocov (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'py312-pytest74-nodist-nocov (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'py312-pytest74-xdist-cover (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest74-xdist-cover (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'py312-pytest74-xdist-cover (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'py312-pytest74-xdist-nocov (ubuntu)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'py312-pytest74-xdist-nocov (windows)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'py312-pytest74-xdist-nocov (macos)' | |
python: '3.12' | |
toxpython: 'python3.12' | |
python_arch: 'x64' | |
tox_env: 'py312-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest73-nodist-cover (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest73-nodist-cover (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest73-nodist-cover (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest73-nodist-nocov (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest73-nodist-nocov (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest73-nodist-nocov (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest73-xdist-cover (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest73-xdist-cover (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest73-xdist-cover (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest73-xdist-nocov (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest73-xdist-nocov (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest73-xdist-nocov (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest74-nodist-cover (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest74-nodist-cover (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest74-nodist-cover (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest74-nodist-nocov (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest74-nodist-nocov (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest74-nodist-nocov (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest74-xdist-cover (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest74-xdist-cover (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest74-xdist-cover (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy37-pytest74-xdist-nocov (ubuntu)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy37-pytest74-xdist-nocov (windows)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy37-pytest74-xdist-nocov (macos)' | |
python: 'pypy-3.7' | |
toxpython: 'pypy3.7' | |
python_arch: 'x64' | |
tox_env: 'pypy37-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest73-nodist-cover (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest73-nodist-cover (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest73-nodist-cover (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest73-nodist-nocov (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest73-nodist-nocov (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest73-nodist-nocov (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest73-xdist-cover (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest73-xdist-cover (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest73-xdist-cover (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest73-xdist-nocov (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest73-xdist-nocov (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest73-xdist-nocov (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest74-nodist-cover (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest74-nodist-cover (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest74-nodist-cover (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest74-nodist-nocov (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest74-nodist-nocov (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest74-nodist-nocov (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest74-xdist-cover (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest74-xdist-cover (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest74-xdist-cover (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy38-pytest74-xdist-nocov (ubuntu)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy38-pytest74-xdist-nocov (windows)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy38-pytest74-xdist-nocov (macos)' | |
python: 'pypy-3.8' | |
toxpython: 'pypy3.8' | |
python_arch: 'x64' | |
tox_env: 'pypy38-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest73-nodist-cover (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest73-nodist-cover (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest73-nodist-cover (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest73-nodist-nocov (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest73-nodist-nocov (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest73-nodist-nocov (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest73-xdist-cover (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest73-xdist-cover (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest73-xdist-cover (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest73-xdist-nocov (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest73-xdist-nocov (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest73-xdist-nocov (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest74-nodist-cover (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest74-nodist-cover (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest74-nodist-cover (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest74-nodist-nocov (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest74-nodist-nocov (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest74-nodist-nocov (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest74-xdist-cover (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest74-xdist-cover (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest74-xdist-cover (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy39-pytest74-xdist-nocov (ubuntu)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy39-pytest74-xdist-nocov (windows)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy39-pytest74-xdist-nocov (macos)' | |
python: 'pypy-3.9' | |
toxpython: 'pypy3.9' | |
python_arch: 'x64' | |
tox_env: 'pypy39-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest73-nodist-cover (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest73-nodist-cover (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest73-nodist-cover (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest73-nodist-nocov (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest73-nodist-nocov (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest73-nodist-nocov (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest73-xdist-cover (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest73-xdist-cover (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest73-xdist-cover (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest73-xdist-nocov (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest73-xdist-nocov (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest73-xdist-nocov (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest73-xdist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest74-nodist-cover (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest74-nodist-cover (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-cover' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest74-nodist-cover (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-cover' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest74-nodist-nocov (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest74-nodist-nocov (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest74-nodist-nocov (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-nodist-nocov' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest74-xdist-cover (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-cover' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest74-xdist-cover (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-cover' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest74-xdist-cover (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-cover' | |
os: 'macos-latest' | |
- name: 'pypy310-pytest74-xdist-nocov (ubuntu)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-nocov' | |
os: 'ubuntu-latest' | |
- name: 'pypy310-pytest74-xdist-nocov (windows)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-nocov' | |
os: 'windows-latest' | |
- name: 'pypy310-pytest74-xdist-nocov (macos)' | |
python: 'pypy-3.10' | |
toxpython: 'pypy3.10' | |
python_arch: 'x64' | |
tox_env: 'pypy310-pytest74-xdist-nocov' | |
os: 'macos-latest' | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: ${{ matrix.python }} | |
architecture: ${{ matrix.python_arch }} | |
check-latest: true | |
- name: install dependencies | |
run: | | |
python -mpip install --progress-bar=off -r ci/requirements.txt | |
virtualenv --version | |
pip --version | |
tox --version | |
pip list --format=freeze | |
- name: test | |
env: | |
TOXPYTHON: '${{ matrix.toxpython }}' | |
run: > | |
tox -e ${{ matrix.tox_env }} -v | |
finish: | |
needs: test | |
if: ${{ always() }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: coverallsapp/github-action@v2 | |
with: | |
parallel-finished: true |