Skip to content

Commit 1864aa3

Browse files
committed
introducing tox-uv
Signed-off-by: emdneto <[email protected]>
1 parent db2dd1e commit 1864aa3

File tree

10 files changed

+300
-292
lines changed

10 files changed

+300
-292
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: "3.13"
1717
architecture: 'x64'
1818
- name: Install tox
19-
run: pip install tox
19+
run: pip install tox-uv
2020
- name: Run tox
2121
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2222
- name: Report on SDK benchmark results

.github/workflows/lint_0.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: "3.13"
3535

3636
- name: Install tox
37-
run: pip install tox
37+
run: pip install tox-uv
3838

3939
- name: Run tests
4040
run: tox -e lint-opentelemetry-api
@@ -53,7 +53,7 @@ jobs:
5353
python-version: "3.13"
5454

5555
- name: Install tox
56-
run: pip install tox
56+
run: pip install tox-uv
5757

5858
- name: Run tests
5959
run: tox -e lint-opentelemetry-proto-protobuf5
@@ -72,7 +72,7 @@ jobs:
7272
python-version: "3.13"
7373

7474
- name: Install tox
75-
run: pip install tox
75+
run: pip install tox-uv
7676

7777
- name: Run tests
7878
run: tox -e lint-opentelemetry-sdk
@@ -91,7 +91,7 @@ jobs:
9191
python-version: "3.13"
9292

9393
- name: Install tox
94-
run: pip install tox
94+
run: pip install tox-uv
9595

9696
- name: Run tests
9797
run: tox -e lint-opentelemetry-semantic-conventions
@@ -110,7 +110,7 @@ jobs:
110110
python-version: "3.13"
111111

112112
- name: Install tox
113-
run: pip install tox
113+
run: pip install tox-uv
114114

115115
- name: Run tests
116116
run: tox -e lint-opentelemetry-getting-started
@@ -129,7 +129,7 @@ jobs:
129129
python-version: "3.13"
130130

131131
- name: Install tox
132-
run: pip install tox
132+
run: pip install tox-uv
133133

134134
- name: Run tests
135135
run: tox -e lint-opentelemetry-opentracing-shim
@@ -148,7 +148,7 @@ jobs:
148148
python-version: "3.13"
149149

150150
- name: Install tox
151-
run: pip install tox
151+
run: pip install tox-uv
152152

153153
- name: Run tests
154154
run: tox -e lint-opentelemetry-opencensus-shim
@@ -167,7 +167,7 @@ jobs:
167167
python-version: "3.13"
168168

169169
- name: Install tox
170-
run: pip install tox
170+
run: pip install tox-uv
171171

172172
- name: Run tests
173173
run: tox -e lint-opentelemetry-exporter-opencensus
@@ -186,7 +186,7 @@ jobs:
186186
python-version: "3.13"
187187

188188
- name: Install tox
189-
run: pip install tox
189+
run: pip install tox-uv
190190

191191
- name: Run tests
192192
run: tox -e lint-opentelemetry-exporter-otlp-proto-common
@@ -205,7 +205,7 @@ jobs:
205205
python-version: "3.13"
206206

207207
- name: Install tox
208-
run: pip install tox
208+
run: pip install tox-uv
209209

210210
- name: Run tests
211211
run: tox -e lint-opentelemetry-exporter-otlp-combined
@@ -224,7 +224,7 @@ jobs:
224224
python-version: "3.13"
225225

226226
- name: Install tox
227-
run: pip install tox
227+
run: pip install tox-uv
228228

229229
- name: Run tests
230230
run: tox -e lint-opentelemetry-exporter-otlp-proto-grpc
@@ -243,7 +243,7 @@ jobs:
243243
python-version: "3.13"
244244

245245
- name: Install tox
246-
run: pip install tox
246+
run: pip install tox-uv
247247

248248
- name: Run tests
249249
run: tox -e lint-opentelemetry-exporter-otlp-proto-http
@@ -262,7 +262,7 @@ jobs:
262262
python-version: "3.13"
263263

264264
- name: Install tox
265-
run: pip install tox
265+
run: pip install tox-uv
266266

267267
- name: Run tests
268268
run: tox -e lint-opentelemetry-exporter-prometheus
@@ -281,7 +281,7 @@ jobs:
281281
python-version: "3.13"
282282

283283
- name: Install tox
284-
run: pip install tox
284+
run: pip install tox-uv
285285

286286
- name: Run tests
287287
run: tox -e lint-opentelemetry-exporter-zipkin-combined
@@ -300,7 +300,7 @@ jobs:
300300
python-version: "3.13"
301301

302302
- name: Install tox
303-
run: pip install tox
303+
run: pip install tox-uv
304304

305305
- name: Run tests
306306
run: tox -e lint-opentelemetry-exporter-zipkin-proto-http
@@ -319,7 +319,7 @@ jobs:
319319
python-version: "3.13"
320320

321321
- name: Install tox
322-
run: pip install tox
322+
run: pip install tox-uv
323323

324324
- name: Run tests
325325
run: tox -e lint-opentelemetry-exporter-zipkin-json
@@ -338,7 +338,7 @@ jobs:
338338
python-version: "3.13"
339339

340340
- name: Install tox
341-
run: pip install tox
341+
run: pip install tox-uv
342342

343343
- name: Run tests
344344
run: tox -e lint-opentelemetry-propagator-b3
@@ -357,7 +357,7 @@ jobs:
357357
python-version: "3.13"
358358

359359
- name: Install tox
360-
run: pip install tox
360+
run: pip install tox-uv
361361

362362
- name: Run tests
363363
run: tox -e lint-opentelemetry-propagator-jaeger
@@ -376,7 +376,7 @@ jobs:
376376
python-version: "3.13"
377377

378378
- name: Install tox
379-
run: pip install tox
379+
run: pip install tox-uv
380380

381381
- name: Run tests
382382
run: tox -e lint-opentelemetry-test-utils

.github/workflows/misc_0.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: "3.11"
3535

3636
- name: Install tox
37-
run: pip install tox
37+
run: pip install tox-uv
3838

3939
- name: Run tests
4040
run: tox -e spellcheck
@@ -53,7 +53,7 @@ jobs:
5353
python-version: "3.11"
5454

5555
- name: Install tox
56-
run: pip install tox
56+
run: pip install tox-uv
5757

5858
- name: Run tests
5959
run: tox -e tracecontext
@@ -72,7 +72,7 @@ jobs:
7272
python-version: "3.11"
7373

7474
- name: Install tox
75-
run: pip install tox
75+
run: pip install tox-uv
7676

7777
- name: Run tests
7878
run: tox -e mypy
@@ -91,7 +91,7 @@ jobs:
9191
python-version: "3.11"
9292

9393
- name: Install tox
94-
run: pip install tox
94+
run: pip install tox-uv
9595

9696
- name: Run tests
9797
run: tox -e mypyinstalled
@@ -110,7 +110,7 @@ jobs:
110110
python-version: "3.11"
111111

112112
- name: Install tox
113-
run: pip install tox
113+
run: pip install tox-uv
114114

115115
- name: Run tests
116116
run: tox -e typecheck
@@ -131,7 +131,7 @@ jobs:
131131
python-version: "3.11"
132132

133133
- name: Install tox
134-
run: pip install tox
134+
run: pip install tox-uv
135135

136136
- name: Run tests
137137
run: tox -e docs
@@ -150,7 +150,7 @@ jobs:
150150
python-version: "3.11"
151151

152152
- name: Install tox
153-
run: pip install tox
153+
run: pip install tox-uv
154154

155155
- name: Run tests
156156
run: tox -e docker-tests-otlpexporter
@@ -169,7 +169,7 @@ jobs:
169169
python-version: "3.11"
170170

171171
- name: Install tox
172-
run: pip install tox
172+
run: pip install tox-uv
173173

174174
- name: Run tests
175175
run: tox -e docker-tests-opencensus
@@ -202,7 +202,7 @@ jobs:
202202
python-version: "3.11"
203203

204204
- name: Install tox
205-
run: pip install tox
205+
run: pip install tox-uv
206206

207207
- name: Run tests
208208
run: tox -e public-symbols-check
@@ -221,7 +221,7 @@ jobs:
221221
python-version: "3.11"
222222

223223
- name: Install tox
224-
run: pip install tox
224+
run: pip install tox-uv
225225

226226
- name: Run tests
227227
run: tox -e shellcheck
@@ -243,7 +243,7 @@ jobs:
243243
python-version: "3.11"
244244

245245
- name: Install tox
246-
run: pip install tox
246+
run: pip install tox-uv
247247

248248
- name: Run tests
249249
run: tox -e generate-workflows
@@ -265,7 +265,7 @@ jobs:
265265
python-version: "3.11"
266266

267267
- name: Install tox
268-
run: pip install tox
268+
run: pip install tox-uv
269269

270270
- name: Run tests
271271
run: tox -e precommit

.github/workflows/templates/lint.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.13"
3636

3737
- name: Install tox
38-
run: pip install tox
38+
run: pip install tox-uv
3939

4040
- name: Run tests
4141
run: tox -e {{ job_data.tox_env }}

.github/workflows/templates/misc.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: "3.11"
6363

6464
- name: Install tox
65-
run: pip install tox
65+
run: pip install tox-uv
6666

6767
- name: Run tests
6868
run: tox -e {{ job_data }}

.github/workflows/templates/test.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "{{ job_data.python_version }}"
3636

3737
- name: Install tox
38-
run: pip install tox
38+
run: pip install tox-uv
3939
{%- if job_data.os == "windows-latest" %}
4040

4141
- name: Configure git to support long filenames

0 commit comments

Comments
 (0)