@@ -2194,8 +2194,8 @@ jobs:
2194
2194
- name : Run tests
2195
2195
run : tox -e pypy3-test-instrumentation-falcon-2 -- -ra
2196
2196
2197
- py38-test-instrumentation-fastapi_ubuntu -latest :
2198
- name : instrumentation-fastapi 3.8 Ubuntu
2197
+ py38-test-instrumentation-fastapi-main_ubuntu -latest :
2198
+ name : instrumentation-fastapi-main 3.8 Ubuntu
2199
2199
runs-on : ubuntu-latest
2200
2200
steps :
2201
2201
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -2210,154 +2210,154 @@ jobs:
2210
2210
run : pip install tox
2211
2211
2212
2212
- name : Run tests
2213
- run : tox -e py38-test-instrumentation-fastapi -- -ra
2213
+ run : tox -e py38-test-instrumentation-fastapi-main -- -ra
2214
2214
2215
- py39 -test-instrumentation-fastapi_ubuntu -latest :
2216
- name : instrumentation-fastapi 3.9 Ubuntu
2215
+ py38 -test-instrumentation-fastapi-slim_ubuntu -latest :
2216
+ name : instrumentation-fastapi-slim 3.8 Ubuntu
2217
2217
runs-on : ubuntu-latest
2218
2218
steps :
2219
2219
- name : Checkout repo @ SHA - ${{ github.sha }}
2220
2220
uses : actions/checkout@v4
2221
2221
2222
- - name : Set up Python 3.9
2222
+ - name : Set up Python 3.8
2223
2223
uses : actions/setup-python@v5
2224
2224
with :
2225
- python-version : " 3.9 "
2225
+ python-version : " 3.8 "
2226
2226
2227
2227
- name : Install tox
2228
2228
run : pip install tox
2229
2229
2230
2230
- name : Run tests
2231
- run : tox -e py39 -test-instrumentation-fastapi -- -ra
2231
+ run : tox -e py38 -test-instrumentation-fastapi-slim -- -ra
2232
2232
2233
- py310 -test-instrumentation-fastapi_ubuntu -latest :
2234
- name : instrumentation-fastapi 3.10 Ubuntu
2233
+ py39 -test-instrumentation-fastapi-main_ubuntu -latest :
2234
+ name : instrumentation-fastapi-main 3.9 Ubuntu
2235
2235
runs-on : ubuntu-latest
2236
2236
steps :
2237
2237
- name : Checkout repo @ SHA - ${{ github.sha }}
2238
2238
uses : actions/checkout@v4
2239
2239
2240
- - name : Set up Python 3.10
2240
+ - name : Set up Python 3.9
2241
2241
uses : actions/setup-python@v5
2242
2242
with :
2243
- python-version : " 3.10 "
2243
+ python-version : " 3.9 "
2244
2244
2245
2245
- name : Install tox
2246
2246
run : pip install tox
2247
2247
2248
2248
- name : Run tests
2249
- run : tox -e py310 -test-instrumentation-fastapi -- -ra
2249
+ run : tox -e py39 -test-instrumentation-fastapi-main -- -ra
2250
2250
2251
- py311 -test-instrumentation-fastapi_ubuntu -latest :
2252
- name : instrumentation-fastapi 3.11 Ubuntu
2251
+ py39 -test-instrumentation-fastapi-slim_ubuntu -latest :
2252
+ name : instrumentation-fastapi-slim 3.9 Ubuntu
2253
2253
runs-on : ubuntu-latest
2254
2254
steps :
2255
2255
- name : Checkout repo @ SHA - ${{ github.sha }}
2256
2256
uses : actions/checkout@v4
2257
2257
2258
- - name : Set up Python 3.11
2258
+ - name : Set up Python 3.9
2259
2259
uses : actions/setup-python@v5
2260
2260
with :
2261
- python-version : " 3.11 "
2261
+ python-version : " 3.9 "
2262
2262
2263
2263
- name : Install tox
2264
2264
run : pip install tox
2265
2265
2266
2266
- name : Run tests
2267
- run : tox -e py311 -test-instrumentation-fastapi -- -ra
2267
+ run : tox -e py39 -test-instrumentation-fastapi-slim -- -ra
2268
2268
2269
- py312 -test-instrumentation-fastapi_ubuntu -latest :
2270
- name : instrumentation-fastapi 3.12 Ubuntu
2269
+ py310 -test-instrumentation-fastapi-main_ubuntu -latest :
2270
+ name : instrumentation-fastapi-main 3.10 Ubuntu
2271
2271
runs-on : ubuntu-latest
2272
2272
steps :
2273
2273
- name : Checkout repo @ SHA - ${{ github.sha }}
2274
2274
uses : actions/checkout@v4
2275
2275
2276
- - name : Set up Python 3.12
2276
+ - name : Set up Python 3.10
2277
2277
uses : actions/setup-python@v5
2278
2278
with :
2279
- python-version : " 3.12 "
2279
+ python-version : " 3.10 "
2280
2280
2281
2281
- name : Install tox
2282
2282
run : pip install tox
2283
2283
2284
2284
- name : Run tests
2285
- run : tox -e py312 -test-instrumentation-fastapi -- -ra
2285
+ run : tox -e py310 -test-instrumentation-fastapi-main -- -ra
2286
2286
2287
- py38 -test-instrumentation-fastapislim_ubuntu -latest :
2288
- name : instrumentation-fastapislim 3.8 Ubuntu
2287
+ py310 -test-instrumentation-fastapi-slim_ubuntu -latest :
2288
+ name : instrumentation-fastapi-slim 3.10 Ubuntu
2289
2289
runs-on : ubuntu-latest
2290
2290
steps :
2291
2291
- name : Checkout repo @ SHA - ${{ github.sha }}
2292
2292
uses : actions/checkout@v4
2293
2293
2294
- - name : Set up Python 3.8
2294
+ - name : Set up Python 3.10
2295
2295
uses : actions/setup-python@v5
2296
2296
with :
2297
- python-version : " 3.8 "
2297
+ python-version : " 3.10 "
2298
2298
2299
2299
- name : Install tox
2300
2300
run : pip install tox
2301
2301
2302
2302
- name : Run tests
2303
- run : tox -e py38 -test-instrumentation-fastapislim -- -ra
2303
+ run : tox -e py310 -test-instrumentation-fastapi-slim -- -ra
2304
2304
2305
- py39 -test-instrumentation-fastapislim_ubuntu -latest :
2306
- name : instrumentation-fastapislim 3.9 Ubuntu
2305
+ py311 -test-instrumentation-fastapi-main_ubuntu -latest :
2306
+ name : instrumentation-fastapi-main 3.11 Ubuntu
2307
2307
runs-on : ubuntu-latest
2308
2308
steps :
2309
2309
- name : Checkout repo @ SHA - ${{ github.sha }}
2310
2310
uses : actions/checkout@v4
2311
2311
2312
- - name : Set up Python 3.9
2312
+ - name : Set up Python 3.11
2313
2313
uses : actions/setup-python@v5
2314
2314
with :
2315
- python-version : " 3.9 "
2315
+ python-version : " 3.11 "
2316
2316
2317
2317
- name : Install tox
2318
2318
run : pip install tox
2319
2319
2320
2320
- name : Run tests
2321
- run : tox -e py39 -test-instrumentation-fastapislim -- -ra
2321
+ run : tox -e py311 -test-instrumentation-fastapi-main -- -ra
2322
2322
2323
- py310 -test-instrumentation-fastapislim_ubuntu -latest :
2324
- name : instrumentation-fastapislim 3.10 Ubuntu
2323
+ py311 -test-instrumentation-fastapi-slim_ubuntu -latest :
2324
+ name : instrumentation-fastapi-slim 3.11 Ubuntu
2325
2325
runs-on : ubuntu-latest
2326
2326
steps :
2327
2327
- name : Checkout repo @ SHA - ${{ github.sha }}
2328
2328
uses : actions/checkout@v4
2329
2329
2330
- - name : Set up Python 3.10
2330
+ - name : Set up Python 3.11
2331
2331
uses : actions/setup-python@v5
2332
2332
with :
2333
- python-version : " 3.10 "
2333
+ python-version : " 3.11 "
2334
2334
2335
2335
- name : Install tox
2336
2336
run : pip install tox
2337
2337
2338
2338
- name : Run tests
2339
- run : tox -e py310 -test-instrumentation-fastapislim -- -ra
2339
+ run : tox -e py311 -test-instrumentation-fastapi-slim -- -ra
2340
2340
2341
- py311 -test-instrumentation-fastapislim_ubuntu -latest :
2342
- name : instrumentation-fastapislim 3.11 Ubuntu
2341
+ py312 -test-instrumentation-fastapi-main_ubuntu -latest :
2342
+ name : instrumentation-fastapi-main 3.12 Ubuntu
2343
2343
runs-on : ubuntu-latest
2344
2344
steps :
2345
2345
- name : Checkout repo @ SHA - ${{ github.sha }}
2346
2346
uses : actions/checkout@v4
2347
2347
2348
- - name : Set up Python 3.11
2348
+ - name : Set up Python 3.12
2349
2349
uses : actions/setup-python@v5
2350
2350
with :
2351
- python-version : " 3.11 "
2351
+ python-version : " 3.12 "
2352
2352
2353
2353
- name : Install tox
2354
2354
run : pip install tox
2355
2355
2356
2356
- name : Run tests
2357
- run : tox -e py311 -test-instrumentation-fastapislim -- -ra
2357
+ run : tox -e py312 -test-instrumentation-fastapi-main -- -ra
2358
2358
2359
- py312-test-instrumentation-fastapislim_ubuntu -latest :
2360
- name : instrumentation-fastapislim 3.12 Ubuntu
2359
+ py312-test-instrumentation-fastapi-slim_ubuntu -latest :
2360
+ name : instrumentation-fastapi-slim 3.12 Ubuntu
2361
2361
runs-on : ubuntu-latest
2362
2362
steps :
2363
2363
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -2372,10 +2372,10 @@ jobs:
2372
2372
run : pip install tox
2373
2373
2374
2374
- name : Run tests
2375
- run : tox -e py312-test-instrumentation-fastapislim -- -ra
2375
+ run : tox -e py312-test-instrumentation-fastapi-slim -- -ra
2376
2376
2377
- pypy3-test-instrumentation-fastapi_ubuntu -latest :
2378
- name : instrumentation-fastapi pypy-3.8 Ubuntu
2377
+ pypy3-test-instrumentation-fastapi-main_ubuntu -latest :
2378
+ name : instrumentation-fastapi-main pypy-3.8 Ubuntu
2379
2379
runs-on : ubuntu-latest
2380
2380
steps :
2381
2381
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -2390,10 +2390,10 @@ jobs:
2390
2390
run : pip install tox
2391
2391
2392
2392
- name : Run tests
2393
- run : tox -e pypy3-test-instrumentation-fastapi -- -ra
2393
+ run : tox -e pypy3-test-instrumentation-fastapi-main -- -ra
2394
2394
2395
- pypy3-test-instrumentation-fastapislim_ubuntu -latest :
2396
- name : instrumentation-fastapislim pypy-3.8 Ubuntu
2395
+ pypy3-test-instrumentation-fastapi-slim_ubuntu -latest :
2396
+ name : instrumentation-fastapi-slim pypy-3.8 Ubuntu
2397
2397
runs-on : ubuntu-latest
2398
2398
steps :
2399
2399
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -2408,7 +2408,7 @@ jobs:
2408
2408
run : pip install tox
2409
2409
2410
2410
- name : Run tests
2411
- run : tox -e pypy3-test-instrumentation-fastapislim -- -ra
2411
+ run : tox -e pypy3-test-instrumentation-fastapi-slim -- -ra
2412
2412
2413
2413
py38-test-instrumentation-flask-0_ubuntu-latest :
2414
2414
name : instrumentation-flask-0 3.8 Ubuntu
0 commit comments