Skip to content

Nuke the now-broken clonefunc with a identity function. It's currentl… #113

Nuke the now-broken clonefunc with a identity function. It's currentl…

Nuke the now-broken clonefunc with a identity function. It's currentl… #113

name: build
on: [push, pull_request, workflow_dispatch]
jobs:
test:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- name: 'check'
python: '3.13'
tox_env: 'check'
os: 'ubuntu-latest'
- name: 'docs'
python: '3.13'
tox_env: 'docs'
os: 'ubuntu-latest'
- name: 'py39-pytest84-nodist-cover (ubuntu/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py39-pytest84-nodist-cover (windows/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py39-pytest84-nodist-cover (macos/arm64)'
python: '3.9'
python_arch: 'arm64'
tox_env: 'py39-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py39-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py39-pytest84-nodist-nocov (windows/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py39-pytest84-nodist-nocov (macos/arm64)'
python: '3.9'
python_arch: 'arm64'
tox_env: 'py39-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py39-pytest84-xdist-cover (ubuntu/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py39-pytest84-xdist-cover (windows/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py39-pytest84-xdist-cover (macos/arm64)'
python: '3.9'
python_arch: 'arm64'
tox_env: 'py39-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py39-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py39-pytest84-xdist-nocov (windows/x64)'
python: '3.9'
python_arch: 'x64'
tox_env: 'py39-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py39-pytest84-xdist-nocov (macos/arm64)'
python: '3.9'
python_arch: 'arm64'
tox_env: 'py39-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'py310-pytest84-nodist-cover (ubuntu/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py310-pytest84-nodist-cover (windows/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py310-pytest84-nodist-cover (macos/arm64)'
python: '3.10'
python_arch: 'arm64'
tox_env: 'py310-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py310-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py310-pytest84-nodist-nocov (windows/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py310-pytest84-nodist-nocov (macos/arm64)'
python: '3.10'
python_arch: 'arm64'
tox_env: 'py310-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py310-pytest84-xdist-cover (ubuntu/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py310-pytest84-xdist-cover (windows/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py310-pytest84-xdist-cover (macos/arm64)'
python: '3.10'
python_arch: 'arm64'
tox_env: 'py310-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py310-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py310-pytest84-xdist-nocov (windows/x64)'
python: '3.10'
python_arch: 'x64'
tox_env: 'py310-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py310-pytest84-xdist-nocov (macos/arm64)'
python: '3.10'
python_arch: 'arm64'
tox_env: 'py310-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'py311-pytest84-nodist-cover (ubuntu/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py311-pytest84-nodist-cover (windows/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py311-pytest84-nodist-cover (macos/arm64)'
python: '3.11'
python_arch: 'arm64'
tox_env: 'py311-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py311-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py311-pytest84-nodist-nocov (windows/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py311-pytest84-nodist-nocov (macos/arm64)'
python: '3.11'
python_arch: 'arm64'
tox_env: 'py311-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py311-pytest84-xdist-cover (ubuntu/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py311-pytest84-xdist-cover (windows/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py311-pytest84-xdist-cover (macos/arm64)'
python: '3.11'
python_arch: 'arm64'
tox_env: 'py311-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py311-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py311-pytest84-xdist-nocov (windows/x64)'
python: '3.11'
python_arch: 'x64'
tox_env: 'py311-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py311-pytest84-xdist-nocov (macos/arm64)'
python: '3.11'
python_arch: 'arm64'
tox_env: 'py311-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'py312-pytest84-nodist-cover (ubuntu/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py312-pytest84-nodist-cover (windows/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py312-pytest84-nodist-cover (macos/arm64)'
python: '3.12'
python_arch: 'arm64'
tox_env: 'py312-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py312-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py312-pytest84-nodist-nocov (windows/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py312-pytest84-nodist-nocov (macos/arm64)'
python: '3.12'
python_arch: 'arm64'
tox_env: 'py312-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py312-pytest84-xdist-cover (ubuntu/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py312-pytest84-xdist-cover (windows/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py312-pytest84-xdist-cover (macos/arm64)'
python: '3.12'
python_arch: 'arm64'
tox_env: 'py312-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py312-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py312-pytest84-xdist-nocov (windows/x64)'
python: '3.12'
python_arch: 'x64'
tox_env: 'py312-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py312-pytest84-xdist-nocov (macos/arm64)'
python: '3.12'
python_arch: 'arm64'
tox_env: 'py312-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'py313-pytest84-nodist-cover (ubuntu/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py313-pytest84-nodist-cover (windows/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py313-pytest84-nodist-cover (macos/arm64)'
python: '3.13'
python_arch: 'arm64'
tox_env: 'py313-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py313-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py313-pytest84-nodist-nocov (windows/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py313-pytest84-nodist-nocov (macos/arm64)'
python: '3.13'
python_arch: 'arm64'
tox_env: 'py313-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py313-pytest84-xdist-cover (ubuntu/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py313-pytest84-xdist-cover (windows/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py313-pytest84-xdist-cover (macos/arm64)'
python: '3.13'
python_arch: 'arm64'
tox_env: 'py313-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py313-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py313-pytest84-xdist-nocov (windows/x64)'
python: '3.13'
python_arch: 'x64'
tox_env: 'py313-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py313-pytest84-xdist-nocov (macos/arm64)'
python: '3.13'
python_arch: 'arm64'
tox_env: 'py313-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'py314-pytest84-nodist-cover (ubuntu/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py314-pytest84-nodist-cover (windows/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'py314-pytest84-nodist-cover (macos/arm64)'
python: '3.14'
python_arch: 'arm64'
tox_env: 'py314-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'py314-pytest84-nodist-nocov (ubuntu/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'py314-pytest84-nodist-nocov (windows/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'py314-pytest84-nodist-nocov (macos/arm64)'
python: '3.14'
python_arch: 'arm64'
tox_env: 'py314-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'py314-pytest84-xdist-cover (ubuntu/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'py314-pytest84-xdist-cover (windows/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'py314-pytest84-xdist-cover (macos/arm64)'
python: '3.14'
python_arch: 'arm64'
tox_env: 'py314-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'py314-pytest84-xdist-nocov (ubuntu/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'py314-pytest84-xdist-nocov (windows/x64)'
python: '3.14'
python_arch: 'x64'
tox_env: 'py314-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'py314-pytest84-xdist-nocov (macos/arm64)'
python: '3.14'
python_arch: 'arm64'
tox_env: 'py314-pytest84-xdist-nocov'
os: 'macos-latest'
- name: 'pypy311-pytest84-nodist-cover (ubuntu/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-nodist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'pypy311-pytest84-nodist-cover (windows/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-nodist-cover'
os: 'windows-latest'
cover: true
- name: 'pypy311-pytest84-nodist-cover (macos/arm64)'
python: 'pypy-3.11'
python_arch: 'arm64'
tox_env: 'pypy311-pytest84-nodist-cover'
os: 'macos-latest'
cover: true
- name: 'pypy311-pytest84-nodist-nocov (ubuntu/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-nodist-nocov'
os: 'ubuntu-latest'
- name: 'pypy311-pytest84-nodist-nocov (windows/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-nodist-nocov'
os: 'windows-latest'
- name: 'pypy311-pytest84-nodist-nocov (macos/arm64)'
python: 'pypy-3.11'
python_arch: 'arm64'
tox_env: 'pypy311-pytest84-nodist-nocov'
os: 'macos-latest'
- name: 'pypy311-pytest84-xdist-cover (ubuntu/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-xdist-cover'
os: 'ubuntu-latest'
cover: true
- name: 'pypy311-pytest84-xdist-cover (windows/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-xdist-cover'
os: 'windows-latest'
cover: true
- name: 'pypy311-pytest84-xdist-cover (macos/arm64)'
python: 'pypy-3.11'
python_arch: 'arm64'
tox_env: 'pypy311-pytest84-xdist-cover'
os: 'macos-latest'
cover: true
- name: 'pypy311-pytest84-xdist-nocov (ubuntu/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-xdist-nocov'
os: 'ubuntu-latest'
- name: 'pypy311-pytest84-xdist-nocov (windows/x64)'
python: 'pypy-3.11'
python_arch: 'x64'
tox_env: 'pypy311-pytest84-xdist-nocov'
os: 'windows-latest'
- name: 'pypy311-pytest84-xdist-nocov (macos/arm64)'
python: 'pypy-3.11'
python_arch: 'arm64'
tox_env: 'pypy311-pytest84-xdist-nocov'
os: 'macos-latest'
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_arch }}
- 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
run: >
tox -e ${{ matrix.tox_env }} -v
- uses: coverallsapp/github-action@v2
if: matrix.cover
continue-on-error: true
with:
flag-name: ${{ matrix.name }}
parallel: true
- uses: codecov/codecov-action@v5
if: matrix.cover
with:
flags: ${{ matrix.name }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@v2
with:
parallel-finished: true