@@ -3509,63 +3509,6 @@ jobs:
35093509 - name : Run tests
35103510 run : tox -e pypy3-test-instrumentation-dbapi -- -ra
35113511
3512- py39-test-instrumentation-boto_ubuntu-latest :
3513- name : instrumentation-boto 3.9 Ubuntu
3514- runs-on : ubuntu-latest
3515- timeout-minutes : 30
3516- steps :
3517- - name : Checkout repo @ SHA - ${{ github.sha }}
3518- uses : actions/checkout@v4
3519-
3520- - name : Set up Python 3.9
3521- uses : actions/setup-python@v5
3522- with :
3523- python-version : " 3.9"
3524-
3525- - name : Install tox
3526- run : pip install tox-uv
3527-
3528- - name : Run tests
3529- run : tox -e py39-test-instrumentation-boto -- -ra
3530-
3531- py310-test-instrumentation-boto_ubuntu-latest :
3532- name : instrumentation-boto 3.10 Ubuntu
3533- runs-on : ubuntu-latest
3534- timeout-minutes : 30
3535- steps :
3536- - name : Checkout repo @ SHA - ${{ github.sha }}
3537- uses : actions/checkout@v4
3538-
3539- - name : Set up Python 3.10
3540- uses : actions/setup-python@v5
3541- with :
3542- python-version : " 3.10"
3543-
3544- - name : Install tox
3545- run : pip install tox-uv
3546-
3547- - name : Run tests
3548- run : tox -e py310-test-instrumentation-boto -- -ra
3549-
3550- py311-test-instrumentation-boto_ubuntu-latest :
3551- name : instrumentation-boto 3.11 Ubuntu
3552- runs-on : ubuntu-latest
3553- timeout-minutes : 30
3554- steps :
3555- - name : Checkout repo @ SHA - ${{ github.sha }}
3556- uses : actions/checkout@v4
3557-
3558- - name : Set up Python 3.11
3559- uses : actions/setup-python@v5
3560- with :
3561- python-version : " 3.11"
3562-
3563- - name : Install tox
3564- run : pip install tox-uv
3565-
3566- - name : Run tests
3567- run : tox -e py311-test-instrumentation-boto -- -ra
3568-
35693512 py39-test-instrumentation-asyncclick_ubuntu-latest :
35703513 name : instrumentation-asyncclick 3.9 Ubuntu
35713514 runs-on : ubuntu-latest
@@ -4781,3 +4724,60 @@ jobs:
47814724
47824725 - name : Run tests
47834726 run : tox -e py314-test-instrumentation-fastapi -- -ra
4727+
4728+ pypy3-test-instrumentation-fastapi_ubuntu-latest :
4729+ name : instrumentation-fastapi pypy-3.9 Ubuntu
4730+ runs-on : ubuntu-latest
4731+ timeout-minutes : 30
4732+ steps :
4733+ - name : Checkout repo @ SHA - ${{ github.sha }}
4734+ uses : actions/checkout@v4
4735+
4736+ - name : Set up Python pypy-3.9
4737+ uses : actions/setup-python@v5
4738+ with :
4739+ python-version : " pypy-3.9"
4740+
4741+ - name : Install tox
4742+ run : pip install tox-uv
4743+
4744+ - name : Run tests
4745+ run : tox -e pypy3-test-instrumentation-fastapi -- -ra
4746+
4747+ py39-test-instrumentation-flask-0_ubuntu-latest :
4748+ name : instrumentation-flask-0 3.9 Ubuntu
4749+ runs-on : ubuntu-latest
4750+ timeout-minutes : 30
4751+ steps :
4752+ - name : Checkout repo @ SHA - ${{ github.sha }}
4753+ uses : actions/checkout@v4
4754+
4755+ - name : Set up Python 3.9
4756+ uses : actions/setup-python@v5
4757+ with :
4758+ python-version : " 3.9"
4759+
4760+ - name : Install tox
4761+ run : pip install tox-uv
4762+
4763+ - name : Run tests
4764+ run : tox -e py39-test-instrumentation-flask-0 -- -ra
4765+
4766+ py39-test-instrumentation-flask-1_ubuntu-latest :
4767+ name : instrumentation-flask-1 3.9 Ubuntu
4768+ runs-on : ubuntu-latest
4769+ timeout-minutes : 30
4770+ steps :
4771+ - name : Checkout repo @ SHA - ${{ github.sha }}
4772+ uses : actions/checkout@v4
4773+
4774+ - name : Set up Python 3.9
4775+ uses : actions/setup-python@v5
4776+ with :
4777+ python-version : " 3.9"
4778+
4779+ - name : Install tox
4780+ run : pip install tox-uv
4781+
4782+ - name : Run tests
4783+ run : tox -e py39-test-instrumentation-flask-1 -- -ra
0 commit comments