Drop selective enabled for windows and regenerate workflows #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not edit this file. | |
# This file is generated automatically by executing tox -e generate-workflows | |
name: Test 2 | |
on: | |
push: | |
branches-ignore: | |
- 'release/*' | |
pull_request: | |
env: | |
CORE_REPO_SHA: main | |
CONTRIB_REPO_SHA: main | |
PIP_EXISTS_ACTION: w | |
jobs: | |
py312-test-opentelemetry-instrumentation_windows-latest: | |
name: opentelemetry-instrumentation 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-opentelemetry-instrumentation -- -ra | |
pypy3-test-opentelemetry-instrumentation_windows-latest: | |
name: opentelemetry-instrumentation 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-opentelemetry-instrumentation -- -ra | |
py38-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
py39-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
py310-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
py311-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
py312-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
pypy3-test-instrumentation-aiohttp-client_windows-latest: | |
name: instrumentation-aiohttp-client 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-aiohttp-client -- -ra | |
py38-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
py39-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
py310-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
py311-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
py312-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
pypy3-test-instrumentation-aiohttp-server_windows-latest: | |
name: instrumentation-aiohttp-server 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-aiohttp-server -- -ra | |
py38-test-instrumentation-aiopg_windows-latest: | |
name: instrumentation-aiopg 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-aiopg -- -ra | |
py39-test-instrumentation-aiopg_windows-latest: | |
name: instrumentation-aiopg 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-aiopg -- -ra | |
py310-test-instrumentation-aiopg_windows-latest: | |
name: instrumentation-aiopg 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-aiopg -- -ra | |
py311-test-instrumentation-aiopg_windows-latest: | |
name: instrumentation-aiopg 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-aiopg -- -ra | |
py312-test-instrumentation-aiopg_windows-latest: | |
name: instrumentation-aiopg 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-aiopg -- -ra | |
py38-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
py39-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
py310-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
py311-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
py312-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
pypy3-test-instrumentation-aws-lambda_windows-latest: | |
name: instrumentation-aws-lambda 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-aws-lambda -- -ra | |
py38-test-instrumentation-botocore_windows-latest: | |
name: instrumentation-botocore 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-botocore -- -ra | |
py39-test-instrumentation-botocore_windows-latest: | |
name: instrumentation-botocore 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-botocore -- -ra | |
py310-test-instrumentation-botocore_windows-latest: | |
name: instrumentation-botocore 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-botocore -- -ra | |
py311-test-instrumentation-botocore_windows-latest: | |
name: instrumentation-botocore 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-botocore -- -ra | |
py312-test-instrumentation-botocore_windows-latest: | |
name: instrumentation-botocore 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-botocore -- -ra | |
py38-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
py39-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
py310-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
py311-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
py312-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
pypy3-test-instrumentation-boto3sqs_windows-latest: | |
name: instrumentation-boto3sqs 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-boto3sqs -- -ra | |
py38-test-instrumentation-django-0_windows-latest: | |
name: instrumentation-django-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-django-0 -- -ra | |
py38-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py38-test-instrumentation-django-2_windows-latest: | |
name: instrumentation-django-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-django-2 -- -ra | |
py39-test-instrumentation-django-0_windows-latest: | |
name: instrumentation-django-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-django-0 -- -ra | |
py39-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py39-test-instrumentation-django-2_windows-latest: | |
name: instrumentation-django-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-django-2 -- -ra | |
py310-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py310-test-instrumentation-django-3_windows-latest: | |
name: instrumentation-django-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-django-3 -- -ra | |
py311-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py311-test-instrumentation-django-3_windows-latest: | |
name: instrumentation-django-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-django-3 -- -ra | |
py312-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py312-test-instrumentation-django-3_windows-latest: | |
name: instrumentation-django-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-django-3 -- -ra | |
pypy3-test-instrumentation-django-0_windows-latest: | |
name: instrumentation-django-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-django-0 -- -ra | |
pypy3-test-instrumentation-django-1_windows-latest: | |
name: instrumentation-django-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-django-1 -- -ra | |
py38-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
py39-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
py310-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
py311-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
py312-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
pypy3-test-instrumentation-dbapi_windows-latest: | |
name: instrumentation-dbapi 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-dbapi -- -ra | |
py38-test-instrumentation-boto_windows-latest: | |
name: instrumentation-boto 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-boto -- -ra | |
py39-test-instrumentation-boto_windows-latest: | |
name: instrumentation-boto 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-boto -- -ra | |
py310-test-instrumentation-boto_windows-latest: | |
name: instrumentation-boto 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-boto -- -ra | |
py311-test-instrumentation-boto_windows-latest: | |
name: instrumentation-boto 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-boto -- -ra | |
py38-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
py38-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
py38-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
py39-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
py39-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
py39-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
py310-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
py310-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
py310-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
py311-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
py311-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
py311-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
py312-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
py312-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
py312-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
pypy3-test-instrumentation-elasticsearch-0_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-0 -- -ra | |
pypy3-test-instrumentation-elasticsearch-1_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-1 -- -ra | |
pypy3-test-instrumentation-elasticsearch-2_windows-latest: | |
name: instrumentation-elasticsearch-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-elasticsearch-2 -- -ra | |
py38-test-instrumentation-falcon-0_windows-latest: | |
name: instrumentation-falcon-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-falcon-0 -- -ra | |
py38-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
py38-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
py39-test-instrumentation-falcon-0_windows-latest: | |
name: instrumentation-falcon-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-falcon-0 -- -ra | |
py39-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
py39-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
py310-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
py310-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
py311-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
py311-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
py312-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
py312-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
pypy3-test-instrumentation-falcon-0_windows-latest: | |
name: instrumentation-falcon-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-falcon-0 -- -ra | |
pypy3-test-instrumentation-falcon-1_windows-latest: | |
name: instrumentation-falcon-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-falcon-1 -- -ra | |
pypy3-test-instrumentation-falcon-2_windows-latest: | |
name: instrumentation-falcon-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-falcon-2 -- -ra | |
py38-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
py39-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
py310-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
py311-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
py312-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
pypy3-test-instrumentation-fastapi_windows-latest: | |
name: instrumentation-fastapi 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-fastapi -- -ra | |
py38-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
py38-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py39-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
py39-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py310-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
py310-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py311-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
py311-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py312-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
py312-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py38-test-instrumentation-flask-2_windows-latest: | |
name: instrumentation-flask-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-flask-2 -- -ra | |
py39-test-instrumentation-flask-2_windows-latest: | |
name: instrumentation-flask-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-flask-2 -- -ra | |
py310-test-instrumentation-flask-2_windows-latest: | |
name: instrumentation-flask-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-flask-2 -- -ra | |
py311-test-instrumentation-flask-2_windows-latest: | |
name: instrumentation-flask-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-flask-2 -- -ra | |
py312-test-instrumentation-flask-2_windows-latest: | |
name: instrumentation-flask-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-flask-2 -- -ra | |
pypy3-test-instrumentation-flask-0_windows-latest: | |
name: instrumentation-flask-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-flask-0 -- -ra | |
pypy3-test-instrumentation-flask-1_windows-latest: | |
name: instrumentation-flask-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-flask-1 -- -ra | |
py38-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
py39-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
py310-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
py311-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
py312-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
pypy3-test-instrumentation-urllib_windows-latest: | |
name: instrumentation-urllib 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-urllib -- -ra | |
py38-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
py38-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
py39-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
py39-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
py310-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
py310-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
py311-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
py311-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
py312-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
py312-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
pypy3-test-instrumentation-urllib3-0_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-0 -- -ra | |
pypy3-test-instrumentation-urllib3-1_windows-latest: | |
name: instrumentation-urllib3-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-urllib3-1 -- -ra | |
py38-test-instrumentation-requests_windows-latest: | |
name: instrumentation-requests 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-requests -- -ra | |
py39-test-instrumentation-requests_windows-latest: | |
name: instrumentation-requests 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-requests -- -ra | |
py310-test-instrumentation-requests_windows-latest: | |
name: instrumentation-requests 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-requests -- -ra | |
py311-test-instrumentation-requests_windows-latest: | |
name: instrumentation-requests 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-requests -- -ra | |
py312-test-instrumentation-requests_windows-latest: | |
name: instrumentation-requests 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-requests -- -ra | |
py38-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
py39-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
py310-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
py311-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
py312-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
pypy3-test-instrumentation-starlette_windows-latest: | |
name: instrumentation-starlette 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-starlette -- -ra | |
py38-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
py39-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
py310-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
py311-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
py312-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
pypy3-test-instrumentation-jinja2_windows-latest: | |
name: instrumentation-jinja2 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-jinja2 -- -ra | |
py38-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
py39-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
py310-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
py311-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
py312-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
pypy3-test-instrumentation-logging_windows-latest: | |
name: instrumentation-logging 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-logging -- -ra | |
py38-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
py39-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
py310-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
py311-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
py312-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
pypy3-test-exporter-richconsole_windows-latest: | |
name: exporter-richconsole 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-exporter-richconsole -- -ra | |
py38-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
py39-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
py310-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
py311-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
py312-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
pypy3-test-exporter-prometheus-remote-write_windows-latest: | |
name: exporter-prometheus-remote-write 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-exporter-prometheus-remote-write -- -ra | |
py38-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
py38-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
py39-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
py39-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
py310-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
py310-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
py311-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
py311-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
py312-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
py312-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
pypy3-test-instrumentation-mysql-0_windows-latest: | |
name: instrumentation-mysql-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-mysql-0 -- -ra | |
pypy3-test-instrumentation-mysql-1_windows-latest: | |
name: instrumentation-mysql-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-mysql-1 -- -ra | |
py38-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
py39-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
py310-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
py311-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
py312-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
pypy3-test-instrumentation-mysqlclient_windows-latest: | |
name: instrumentation-mysqlclient 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-mysqlclient -- -ra | |
py38-test-instrumentation-psycopg2_windows-latest: | |
name: instrumentation-psycopg2 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-psycopg2 -- -ra | |
py39-test-instrumentation-psycopg2_windows-latest: | |
name: instrumentation-psycopg2 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-psycopg2 -- -ra | |
py310-test-instrumentation-psycopg2_windows-latest: | |
name: instrumentation-psycopg2 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-psycopg2 -- -ra | |
py311-test-instrumentation-psycopg2_windows-latest: | |
name: instrumentation-psycopg2 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-psycopg2 -- -ra | |
py312-test-instrumentation-psycopg2_windows-latest: | |
name: instrumentation-psycopg2 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-psycopg2 -- -ra | |
py38-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
py39-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
py310-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
py311-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
py312-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
pypy3-test-instrumentation-psycopg_windows-latest: | |
name: instrumentation-psycopg 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-psycopg -- -ra | |
py38-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
py38-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
py38-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
py38-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
py38-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
py39-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
py39-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
py39-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
py39-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
py39-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
py310-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
py310-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
py310-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
py310-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
py310-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
py311-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
py311-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
py311-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
py311-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
py311-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
py312-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
py312-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
py312-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
py312-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
py312-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
pypy3-test-instrumentation-pymemcache-0_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-0 -- -ra | |
pypy3-test-instrumentation-pymemcache-1_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-1 -- -ra | |
pypy3-test-instrumentation-pymemcache-2_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-2 -- -ra | |
pypy3-test-instrumentation-pymemcache-3_windows-latest: | |
name: instrumentation-pymemcache-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-pymemcache-3 -- -ra | |
pypy3-test-instrumentation-pymemcache-4_windows-latest: | |
name: instrumentation-pymemcache-4 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-pymemcache-4 -- -ra | |
py38-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
py39-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
py310-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
py311-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
py312-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
pypy3-test-instrumentation-pymongo_windows-latest: | |
name: instrumentation-pymongo 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-pymongo -- -ra | |
py38-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
py39-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
py310-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
py311-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
py312-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
pypy3-test-instrumentation-pymysql_windows-latest: | |
name: instrumentation-pymysql 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-pymysql -- -ra | |
py38-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
py39-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
py310-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
py311-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
py312-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
pypy3-test-instrumentation-pyramid_windows-latest: | |
name: instrumentation-pyramid 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-pyramid -- -ra | |
py38-test-instrumentation-asgi_windows-latest: | |
name: instrumentation-asgi 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-asgi -- -ra | |
py39-test-instrumentation-asgi_windows-latest: | |
name: instrumentation-asgi 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-asgi -- -ra | |
py310-test-instrumentation-asgi_windows-latest: | |
name: instrumentation-asgi 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-asgi -- -ra | |
py311-test-instrumentation-asgi_windows-latest: | |
name: instrumentation-asgi 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-asgi -- -ra |