Skip to content

Commit d710fd5

Browse files
committed
remove extra reference to pypy310
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 535d5de commit d710fd5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
4848

4949
python_version_alias = {
5050
"pypy3": "pypy-3.10",
51-
"pypy310": "pypy-3.10",
5251
"py310": "3.10",
5352
"py311": "3.11",
5453
"py312": "3.12",

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6351,7 +6351,7 @@ jobs:
63516351
- name: Run tests
63526352
run: tox -e py314-test-exporter-prometheus-remote-write -- -ra
63536353

6354-
pypy310-test-exporter-prometheus-remote-write_ubuntu-latest:
6354+
pypy3-test-exporter-prometheus-remote-write_ubuntu-latest:
63556355
name: exporter-prometheus-remote-write pypy-3.10 Ubuntu
63566356
runs-on: ubuntu-latest
63576357
timeout-minutes: 30
@@ -6368,7 +6368,7 @@ jobs:
63686368
run: pip install tox-uv
63696369

63706370
- name: Run tests
6371-
run: tox -e pypy310-test-exporter-prometheus-remote-write -- -ra
6371+
run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra
63726372

63736373
py310-test-instrumentation-mysql-0_ubuntu-latest:
63746374
name: instrumentation-mysql-0 3.10 Ubuntu

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ envlist =
213213
; opentelemetry-exporter-prometheus-remote-write
214214
py3{10,11,12,13,14}-test-exporter-prometheus-remote-write
215215
# excluded from pypy3 due to missing wheel
216-
pypy310-test-exporter-prometheus-remote-write
216+
pypy3-test-exporter-prometheus-remote-write
217217
lint-exporter-prometheus-remote-write
218218

219219
; opentelemetry-instrumentation-mysql

0 commit comments

Comments
 (0)