Skip to content

Drop selective enabled for windows and regenerate workflows #1

Drop selective enabled for windows and regenerate workflows

Drop selective enabled for windows and regenerate workflows #1

Workflow file for this run

# Do not edit this file.
# This file is generated automatically by executing tox -e generate-workflows
name: Test 3
on:
push:
branches-ignore:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: main
CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w
jobs:
py312-test-instrumentation-asgi_windows-latest:
name: instrumentation-asgi 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-asgi -- -ra
pypy3-test-instrumentation-asgi_windows-latest:
name: instrumentation-asgi pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-asgi -- -ra
py38-test-instrumentation-asyncpg_windows-latest:
name: instrumentation-asyncpg 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-asyncpg -- -ra
py39-test-instrumentation-asyncpg_windows-latest:
name: instrumentation-asyncpg 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-asyncpg -- -ra
py310-test-instrumentation-asyncpg_windows-latest:
name: instrumentation-asyncpg 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-asyncpg -- -ra
py311-test-instrumentation-asyncpg_windows-latest:
name: instrumentation-asyncpg 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-asyncpg -- -ra
py312-test-instrumentation-asyncpg_windows-latest:
name: instrumentation-asyncpg 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-asyncpg -- -ra
py38-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-sqlite3 -- -ra
py39-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-sqlite3 -- -ra
py310-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-sqlite3 -- -ra
py311-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-sqlite3 -- -ra
py312-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-sqlite3 -- -ra
pypy3-test-instrumentation-sqlite3_windows-latest:
name: instrumentation-sqlite3 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-sqlite3 -- -ra
py38-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-wsgi -- -ra
py39-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-wsgi -- -ra
py310-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-wsgi -- -ra
py311-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-wsgi -- -ra
py312-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-wsgi -- -ra
pypy3-test-instrumentation-wsgi_windows-latest:
name: instrumentation-wsgi pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-wsgi -- -ra
py38-test-instrumentation-grpc-0_windows-latest:
name: instrumentation-grpc-0 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-grpc-0 -- -ra
py38-test-instrumentation-grpc-1_windows-latest:
name: instrumentation-grpc-1 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-grpc-1 -- -ra
py39-test-instrumentation-grpc-0_windows-latest:
name: instrumentation-grpc-0 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-grpc-0 -- -ra
py39-test-instrumentation-grpc-1_windows-latest:
name: instrumentation-grpc-1 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-grpc-1 -- -ra
py310-test-instrumentation-grpc-0_windows-latest:
name: instrumentation-grpc-0 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-grpc-0 -- -ra
py310-test-instrumentation-grpc-1_windows-latest:
name: instrumentation-grpc-1 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-grpc-1 -- -ra
py311-test-instrumentation-grpc-0_windows-latest:
name: instrumentation-grpc-0 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-grpc-0 -- -ra
py311-test-instrumentation-grpc-1_windows-latest:
name: instrumentation-grpc-1 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-grpc-1 -- -ra
py312-test-instrumentation-grpc-0_windows-latest:
name: instrumentation-grpc-0 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-grpc-0 -- -ra
py312-test-instrumentation-grpc-1_windows-latest:
name: instrumentation-grpc-1 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-grpc-1 -- -ra
py38-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-sqlalchemy-1 -- -ra
py39-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-sqlalchemy-1 -- -ra
py310-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-sqlalchemy-1 -- -ra
py311-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-sqlalchemy-1 -- -ra
py312-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-sqlalchemy-1 -- -ra
pypy3-test-instrumentation-sqlalchemy-0_windows-latest:
name: instrumentation-sqlalchemy-0 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-sqlalchemy-0 -- -ra
pypy3-test-instrumentation-sqlalchemy-1_windows-latest:
name: instrumentation-sqlalchemy-1 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-sqlalchemy-1 -- -ra
py38-test-instrumentation-redis_windows-latest:
name: instrumentation-redis 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-redis -- -ra
py39-test-instrumentation-redis_windows-latest:
name: instrumentation-redis 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-redis -- -ra
py310-test-instrumentation-redis_windows-latest:
name: instrumentation-redis 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-redis -- -ra
py311-test-instrumentation-redis_windows-latest:
name: instrumentation-redis 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-redis -- -ra
py312-test-instrumentation-redis_windows-latest:
name: instrumentation-redis 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-redis -- -ra
pypy3-test-instrumentation-redis_windows-latest:
name: instrumentation-redis pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-redis -- -ra
py38-test-instrumentation-remoulade_windows-latest:
name: instrumentation-remoulade 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-remoulade -- -ra
py39-test-instrumentation-remoulade_windows-latest:
name: instrumentation-remoulade 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-remoulade -- -ra
py310-test-instrumentation-remoulade_windows-latest:
name: instrumentation-remoulade 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-remoulade -- -ra
py311-test-instrumentation-remoulade_windows-latest:
name: instrumentation-remoulade 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-remoulade -- -ra
py312-test-instrumentation-remoulade_windows-latest:
name: instrumentation-remoulade 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-remoulade -- -ra
py38-test-instrumentation-celery_windows-latest:
name: instrumentation-celery 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-celery -- -ra
py39-test-instrumentation-celery_windows-latest:
name: instrumentation-celery 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-celery -- -ra
py310-test-instrumentation-celery_windows-latest:
name: instrumentation-celery 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-celery -- -ra
py311-test-instrumentation-celery_windows-latest:
name: instrumentation-celery 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-celery -- -ra
py312-test-instrumentation-celery_windows-latest:
name: instrumentation-celery 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-celery -- -ra
pypy3-test-instrumentation-celery_windows-latest:
name: instrumentation-celery pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-celery -- -ra
py38-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-system-metrics -- -ra
py39-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-system-metrics -- -ra
py310-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-system-metrics -- -ra
py311-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-system-metrics -- -ra
py312-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-system-metrics -- -ra
pypy3-test-instrumentation-system-metrics_windows-latest:
name: instrumentation-system-metrics pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-system-metrics -- -ra
py38-test-instrumentation-threading_windows-latest:
name: instrumentation-threading 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-threading -- -ra
py39-test-instrumentation-threading_windows-latest:
name: instrumentation-threading 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-threading -- -ra
py310-test-instrumentation-threading_windows-latest:
name: instrumentation-threading 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-threading -- -ra
py311-test-instrumentation-threading_windows-latest:
name: instrumentation-threading 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-threading -- -ra
py312-test-instrumentation-threading_windows-latest:
name: instrumentation-threading 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-threading -- -ra
pypy3-test-instrumentation-threading_windows-latest:
name: instrumentation-threading pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-threading -- -ra
py38-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-tornado -- -ra
py39-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-tornado -- -ra
py310-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-tornado -- -ra
py311-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-tornado -- -ra
py312-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-tornado -- -ra
pypy3-test-instrumentation-tornado_windows-latest:
name: instrumentation-tornado pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-tornado -- -ra
py38-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-tortoiseorm -- -ra
py39-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-tortoiseorm -- -ra
py310-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-tortoiseorm -- -ra
py311-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-tortoiseorm -- -ra
py312-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-tortoiseorm -- -ra
pypy3-test-instrumentation-tortoiseorm_windows-latest:
name: instrumentation-tortoiseorm pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-tortoiseorm -- -ra
py38-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-httpx-0 -- -ra
py38-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-httpx-1 -- -ra
py39-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-httpx-0 -- -ra
py39-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-httpx-1 -- -ra
py310-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-httpx-0 -- -ra
py310-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-httpx-1 -- -ra
py311-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-httpx-0 -- -ra
py311-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-httpx-1 -- -ra
py312-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-httpx-0 -- -ra
py312-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-httpx-1 -- -ra
pypy3-test-instrumentation-httpx-0_windows-latest:
name: instrumentation-httpx-0 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-httpx-0 -- -ra
pypy3-test-instrumentation-httpx-1_windows-latest:
name: instrumentation-httpx-1 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-httpx-1 -- -ra
py38-test-util-http_windows-latest:
name: util-http 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-util-http -- -ra
py39-test-util-http_windows-latest:
name: util-http 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-util-http -- -ra
py310-test-util-http_windows-latest:
name: util-http 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-util-http -- -ra
py311-test-util-http_windows-latest:
name: util-http 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-util-http -- -ra
py312-test-util-http_windows-latest:
name: util-http 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-util-http -- -ra
pypy3-test-util-http_windows-latest:
name: util-http pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-util-http -- -ra
py38-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-propagator-aws-xray -- -ra
py39-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-propagator-aws-xray -- -ra
py310-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-propagator-aws-xray -- -ra
py311-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-propagator-aws-xray -- -ra
py312-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-propagator-aws-xray -- -ra
pypy3-test-propagator-aws-xray_windows-latest:
name: propagator-aws-xray pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-propagator-aws-xray -- -ra
py38-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-propagator-ot-trace -- -ra
py39-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-propagator-ot-trace -- -ra
py310-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-propagator-ot-trace -- -ra
py311-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-propagator-ot-trace -- -ra
py312-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-propagator-ot-trace -- -ra
pypy3-test-propagator-ot-trace_windows-latest:
name: propagator-ot-trace pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-propagator-ot-trace -- -ra
py38-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-sio-pika-0 -- -ra
py38-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-sio-pika-1 -- -ra
py39-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-0 -- -ra
py39-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra
py310-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra
py310-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-sio-pika-1 -- -ra
py311-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-sio-pika-0 -- -ra
py311-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-sio-pika-1 -- -ra
py312-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-sio-pika-0 -- -ra
py312-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-sio-pika-1 -- -ra
pypy3-test-instrumentation-sio-pika-0_windows-latest:
name: instrumentation-sio-pika-0 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-sio-pika-0 -- -ra
pypy3-test-instrumentation-sio-pika-1_windows-latest:
name: instrumentation-sio-pika-1 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-sio-pika-1 -- -ra
py38-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-aio-pika-0 -- -ra
py38-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-aio-pika-1 -- -ra
py38-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-aio-pika-2 -- -ra
py38-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-aio-pika-3 -- -ra
py39-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-aio-pika-0 -- -ra
py39-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-aio-pika-1 -- -ra
py39-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-aio-pika-2 -- -ra
py39-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-aio-pika-3 -- -ra
py310-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-aio-pika-0 -- -ra
py310-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-aio-pika-1 -- -ra
py310-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-aio-pika-2 -- -ra
py310-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-aio-pika-3 -- -ra
py311-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-aio-pika-0 -- -ra
py311-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-aio-pika-1 -- -ra
py311-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-aio-pika-2 -- -ra
py311-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-aio-pika-3 -- -ra
py312-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-aio-pika-0 -- -ra
py312-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-aio-pika-1 -- -ra
py312-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-aio-pika-2 -- -ra
py312-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-aio-pika-3 -- -ra
pypy3-test-instrumentation-aio-pika-0_windows-latest:
name: instrumentation-aio-pika-0 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-aio-pika-0 -- -ra
pypy3-test-instrumentation-aio-pika-1_windows-latest:
name: instrumentation-aio-pika-1 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-aio-pika-1 -- -ra
pypy3-test-instrumentation-aio-pika-2_windows-latest:
name: instrumentation-aio-pika-2 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-aio-pika-2 -- -ra
pypy3-test-instrumentation-aio-pika-3_windows-latest:
name: instrumentation-aio-pika-3 pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-aio-pika-3 -- -ra
py38-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-aiokafka -- -ra
py39-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-aiokafka -- -ra
py310-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-aiokafka -- -ra
py311-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-aiokafka -- -ra
py312-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-aiokafka -- -ra
pypy3-test-instrumentation-aiokafka_windows-latest:
name: instrumentation-aiokafka pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-aiokafka -- -ra
py38-test-instrumentation-kafka-python_windows-latest:
name: instrumentation-kafka-python 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-kafka-python -- -ra
py39-test-instrumentation-kafka-python_windows-latest:
name: instrumentation-kafka-python 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-kafka-python -- -ra
py310-test-instrumentation-kafka-python_windows-latest:
name: instrumentation-kafka-python 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-kafka-python -- -ra
py311-test-instrumentation-kafka-python_windows-latest:
name: instrumentation-kafka-python 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-kafka-python -- -ra
py38-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-kafka-pythonng -- -ra
py39-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-kafka-pythonng -- -ra
py310-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-kafka-pythonng -- -ra
py311-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-kafka-pythonng -- -ra
py312-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-kafka-pythonng -- -ra
pypy3-test-instrumentation-kafka-python_windows-latest:
name: instrumentation-kafka-python pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-kafka-python -- -ra
pypy3-test-instrumentation-kafka-pythonng_windows-latest:
name: instrumentation-kafka-pythonng pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-kafka-pythonng -- -ra
py38-test-instrumentation-confluent-kafka_windows-latest:
name: instrumentation-confluent-kafka 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-confluent-kafka -- -ra
py39-test-instrumentation-confluent-kafka_windows-latest:
name: instrumentation-confluent-kafka 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-confluent-kafka -- -ra
py310-test-instrumentation-confluent-kafka_windows-latest:
name: instrumentation-confluent-kafka 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-confluent-kafka -- -ra
py311-test-instrumentation-confluent-kafka_windows-latest:
name: instrumentation-confluent-kafka 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-confluent-kafka -- -ra
py312-test-instrumentation-confluent-kafka_windows-latest:
name: instrumentation-confluent-kafka 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-confluent-kafka -- -ra
py38-test-instrumentation-asyncio_windows-latest:
name: instrumentation-asyncio 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-asyncio -- -ra
py39-test-instrumentation-asyncio_windows-latest:
name: instrumentation-asyncio 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-asyncio -- -ra
py310-test-instrumentation-asyncio_windows-latest:
name: instrumentation-asyncio 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-asyncio -- -ra
py311-test-instrumentation-asyncio_windows-latest:
name: instrumentation-asyncio 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-asyncio -- -ra
py312-test-instrumentation-asyncio_windows-latest:
name: instrumentation-asyncio 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-asyncio -- -ra
py38-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-instrumentation-cassandra -- -ra
py39-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-instrumentation-cassandra -- -ra
py310-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-instrumentation-cassandra -- -ra
py311-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-instrumentation-cassandra -- -ra
py312-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-instrumentation-cassandra -- -ra
pypy3-test-instrumentation-cassandra_windows-latest:
name: instrumentation-cassandra pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-instrumentation-cassandra -- -ra
py38-test-processor-baggage_windows-latest:
name: processor-baggage 3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py38-test-processor-baggage -- -ra
py39-test-processor-baggage_windows-latest:
name: processor-baggage 3.9 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py39-test-processor-baggage -- -ra
py310-test-processor-baggage_windows-latest:
name: processor-baggage 3.10 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py310-test-processor-baggage -- -ra
py311-test-processor-baggage_windows-latest:
name: processor-baggage 3.11 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py311-test-processor-baggage -- -ra
py312-test-processor-baggage_windows-latest:
name: processor-baggage 3.12 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e py312-test-processor-baggage -- -ra
pypy3-test-processor-baggage_windows-latest:
name: processor-baggage pypy-3.8 Windows
runs-on: windows-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"
- name: Install tox
run: pip install tox
- name: Configure git to support long filenames
run: git config --system core.longpaths true
- name: Run tests
run: tox -e pypy3-test-processor-baggage -- -ra