Skip to content

Commit b6cb110

Browse files
committed
Do not run system-metrics tests in Python 3.13
1 parent 9743c45 commit b6cb110

File tree

3 files changed

+19
-38
lines changed

3 files changed

+19
-38
lines changed

.github/workflows/test_1.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,25 +2351,6 @@ jobs:
23512351
- name: Run tests
23522352
run: tox -e py312-test-instrumentation-system-metrics -- -ra
23532353

2354-
py313-test-instrumentation-system-metrics_ubuntu-latest:
2355-
name: instrumentation-system-metrics 3.13 Ubuntu
2356-
runs-on: ubuntu-latest
2357-
steps:
2358-
- name: Checkout repo @ SHA - ${{ github.sha }}
2359-
uses: actions/checkout@v4
2360-
2361-
- name: Set up Python 3.13
2362-
uses: actions/setup-python@v5
2363-
with:
2364-
python-version: "3.13"
2365-
allow-prereleases: true
2366-
2367-
- name: Install tox
2368-
run: pip install tox
2369-
2370-
- name: Run tests
2371-
run: tox -e py313-test-instrumentation-system-metrics -- -ra
2372-
23732354
pypy3-test-instrumentation-system-metrics_ubuntu-latest:
23742355
name: instrumentation-system-metrics pypy-3.8 Ubuntu
23752356
runs-on: ubuntu-latest
@@ -4542,3 +4523,21 @@ jobs:
45424523

45434524
- name: Run tests
45444525
run: tox -e py38-test-instrumentation-cassandra -- -ra
4526+
4527+
py39-test-instrumentation-cassandra_ubuntu-latest:
4528+
name: instrumentation-cassandra 3.9 Ubuntu
4529+
runs-on: ubuntu-latest
4530+
steps:
4531+
- name: Checkout repo @ SHA - ${{ github.sha }}
4532+
uses: actions/checkout@v4
4533+
4534+
- name: Set up Python 3.9
4535+
uses: actions/setup-python@v5
4536+
with:
4537+
python-version: "3.9"
4538+
4539+
- name: Install tox
4540+
run: pip install tox
4541+
4542+
- name: Run tests
4543+
run: tox -e py39-test-instrumentation-cassandra -- -ra

.github/workflows/test_2.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ env:
1616

1717
jobs:
1818

19-
py39-test-instrumentation-cassandra_ubuntu-latest:
20-
name: instrumentation-cassandra 3.9 Ubuntu
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Checkout repo @ SHA - ${{ github.sha }}
24-
uses: actions/checkout@v4
25-
26-
- name: Set up Python 3.9
27-
uses: actions/setup-python@v5
28-
with:
29-
python-version: "3.9"
30-
31-
- name: Install tox
32-
run: pip install tox
33-
34-
- name: Run tests
35-
run: tox -e py39-test-instrumentation-cassandra -- -ra
36-
3719
py310-test-instrumentation-cassandra_ubuntu-latest:
3820
name: instrumentation-cassandra 3.10 Ubuntu
3921
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ envlist =
278278
lint-instrumentation-celery
279279

280280
; opentelemetry-instrumentation-system-metrics
281-
py3{8,9,10,11,12,13}-test-instrumentation-system-metrics
281+
py3{8,9,10,11,12}-test-instrumentation-system-metrics
282282
pypy3-test-instrumentation-system-metrics
283283
lint-instrumentation-system-metrics
284284

0 commit comments

Comments
 (0)