Skip to content

Commit dc168e9

Browse files
committed
workflows
1 parent bcf3b8f commit dc168e9

File tree

2 files changed

+108
-108
lines changed

2 files changed

+108
-108
lines changed

.github/workflows/test_1.yml

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -4515,111 +4515,3 @@ jobs:
45154515

45164516
- name: Run tests
45174517
run: tox -e py38-test-util-http -- -ra
4518-
4519-
py39-test-util-http_ubuntu-latest:
4520-
name: util-http 3.9 Ubuntu
4521-
runs-on: ubuntu-latest
4522-
steps:
4523-
- name: Checkout repo @ SHA - ${{ github.sha }}
4524-
uses: actions/checkout@v4
4525-
4526-
- name: Set up Python 3.9
4527-
uses: actions/setup-python@v5
4528-
with:
4529-
python-version: "3.9"
4530-
4531-
- name: Install tox
4532-
run: pip install tox-uv
4533-
4534-
- name: Run tests
4535-
run: tox -e py39-test-util-http -- -ra
4536-
4537-
py310-test-util-http_ubuntu-latest:
4538-
name: util-http 3.10 Ubuntu
4539-
runs-on: ubuntu-latest
4540-
steps:
4541-
- name: Checkout repo @ SHA - ${{ github.sha }}
4542-
uses: actions/checkout@v4
4543-
4544-
- name: Set up Python 3.10
4545-
uses: actions/setup-python@v5
4546-
with:
4547-
python-version: "3.10"
4548-
4549-
- name: Install tox
4550-
run: pip install tox-uv
4551-
4552-
- name: Run tests
4553-
run: tox -e py310-test-util-http -- -ra
4554-
4555-
py311-test-util-http_ubuntu-latest:
4556-
name: util-http 3.11 Ubuntu
4557-
runs-on: ubuntu-latest
4558-
steps:
4559-
- name: Checkout repo @ SHA - ${{ github.sha }}
4560-
uses: actions/checkout@v4
4561-
4562-
- name: Set up Python 3.11
4563-
uses: actions/setup-python@v5
4564-
with:
4565-
python-version: "3.11"
4566-
4567-
- name: Install tox
4568-
run: pip install tox-uv
4569-
4570-
- name: Run tests
4571-
run: tox -e py311-test-util-http -- -ra
4572-
4573-
py312-test-util-http_ubuntu-latest:
4574-
name: util-http 3.12 Ubuntu
4575-
runs-on: ubuntu-latest
4576-
steps:
4577-
- name: Checkout repo @ SHA - ${{ github.sha }}
4578-
uses: actions/checkout@v4
4579-
4580-
- name: Set up Python 3.12
4581-
uses: actions/setup-python@v5
4582-
with:
4583-
python-version: "3.12"
4584-
4585-
- name: Install tox
4586-
run: pip install tox-uv
4587-
4588-
- name: Run tests
4589-
run: tox -e py312-test-util-http -- -ra
4590-
4591-
py313-test-util-http_ubuntu-latest:
4592-
name: util-http 3.13 Ubuntu
4593-
runs-on: ubuntu-latest
4594-
steps:
4595-
- name: Checkout repo @ SHA - ${{ github.sha }}
4596-
uses: actions/checkout@v4
4597-
4598-
- name: Set up Python 3.13
4599-
uses: actions/setup-python@v5
4600-
with:
4601-
python-version: "3.13"
4602-
4603-
- name: Install tox
4604-
run: pip install tox-uv
4605-
4606-
- name: Run tests
4607-
run: tox -e py313-test-util-http -- -ra
4608-
4609-
pypy3-test-util-http_ubuntu-latest:
4610-
name: util-http pypy-3.8 Ubuntu
4611-
runs-on: ubuntu-latest
4612-
steps:
4613-
- name: Checkout repo @ SHA - ${{ github.sha }}
4614-
uses: actions/checkout@v4
4615-
4616-
- name: Set up Python pypy-3.8
4617-
uses: actions/setup-python@v5
4618-
with:
4619-
python-version: "pypy-3.8"
4620-
4621-
- name: Install tox
4622-
run: pip install tox-uv
4623-
4624-
- name: Run tests
4625-
run: tox -e pypy3-test-util-http -- -ra

.github/workflows/test_2.yml

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

1717
jobs:
1818

19+
py39-test-util-http_ubuntu-latest:
20+
name: util-http 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-uv
33+
34+
- name: Run tests
35+
run: tox -e py39-test-util-http -- -ra
36+
37+
py310-test-util-http_ubuntu-latest:
38+
name: util-http 3.10 Ubuntu
39+
runs-on: ubuntu-latest
40+
steps:
41+
- name: Checkout repo @ SHA - ${{ github.sha }}
42+
uses: actions/checkout@v4
43+
44+
- name: Set up Python 3.10
45+
uses: actions/setup-python@v5
46+
with:
47+
python-version: "3.10"
48+
49+
- name: Install tox
50+
run: pip install tox-uv
51+
52+
- name: Run tests
53+
run: tox -e py310-test-util-http -- -ra
54+
55+
py311-test-util-http_ubuntu-latest:
56+
name: util-http 3.11 Ubuntu
57+
runs-on: ubuntu-latest
58+
steps:
59+
- name: Checkout repo @ SHA - ${{ github.sha }}
60+
uses: actions/checkout@v4
61+
62+
- name: Set up Python 3.11
63+
uses: actions/setup-python@v5
64+
with:
65+
python-version: "3.11"
66+
67+
- name: Install tox
68+
run: pip install tox-uv
69+
70+
- name: Run tests
71+
run: tox -e py311-test-util-http -- -ra
72+
73+
py312-test-util-http_ubuntu-latest:
74+
name: util-http 3.12 Ubuntu
75+
runs-on: ubuntu-latest
76+
steps:
77+
- name: Checkout repo @ SHA - ${{ github.sha }}
78+
uses: actions/checkout@v4
79+
80+
- name: Set up Python 3.12
81+
uses: actions/setup-python@v5
82+
with:
83+
python-version: "3.12"
84+
85+
- name: Install tox
86+
run: pip install tox-uv
87+
88+
- name: Run tests
89+
run: tox -e py312-test-util-http -- -ra
90+
91+
py313-test-util-http_ubuntu-latest:
92+
name: util-http 3.13 Ubuntu
93+
runs-on: ubuntu-latest
94+
steps:
95+
- name: Checkout repo @ SHA - ${{ github.sha }}
96+
uses: actions/checkout@v4
97+
98+
- name: Set up Python 3.13
99+
uses: actions/setup-python@v5
100+
with:
101+
python-version: "3.13"
102+
103+
- name: Install tox
104+
run: pip install tox-uv
105+
106+
- name: Run tests
107+
run: tox -e py313-test-util-http -- -ra
108+
109+
pypy3-test-util-http_ubuntu-latest:
110+
name: util-http pypy-3.8 Ubuntu
111+
runs-on: ubuntu-latest
112+
steps:
113+
- name: Checkout repo @ SHA - ${{ github.sha }}
114+
uses: actions/checkout@v4
115+
116+
- name: Set up Python pypy-3.8
117+
uses: actions/setup-python@v5
118+
with:
119+
python-version: "pypy-3.8"
120+
121+
- name: Install tox
122+
run: pip install tox-uv
123+
124+
- name: Run tests
125+
run: tox -e pypy3-test-util-http -- -ra
126+
19127
py38-test-propagator-aws-xray-0_ubuntu-latest:
20128
name: propagator-aws-xray-0 3.8 Ubuntu
21129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)