Skip to content

Commit a67838b

Browse files
committed
_has_fixed_http_target property
Signed-off-by: emdneto <[email protected]>
1 parent 1d8a42f commit a67838b

File tree

4 files changed

+386
-396
lines changed

4 files changed

+386
-396
lines changed

.github/workflows/test_0.yml

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

45164516
- name: Run tests
45174517
run: tox -e py39-test-instrumentation-mysql-0 -- -ra
4518-
4519-
py39-test-instrumentation-mysql-1_ubuntu-latest:
4520-
name: instrumentation-mysql-1 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
4533-
4534-
- name: Run tests
4535-
run: tox -e py39-test-instrumentation-mysql-1 -- -ra
4536-
4537-
py310-test-instrumentation-mysql-0_ubuntu-latest:
4538-
name: instrumentation-mysql-0 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
4551-
4552-
- name: Run tests
4553-
run: tox -e py310-test-instrumentation-mysql-0 -- -ra
4554-
4555-
py310-test-instrumentation-mysql-1_ubuntu-latest:
4556-
name: instrumentation-mysql-1 3.10 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.10
4563-
uses: actions/setup-python@v5
4564-
with:
4565-
python-version: "3.10"
4566-
4567-
- name: Install tox
4568-
run: pip install tox
4569-
4570-
- name: Run tests
4571-
run: tox -e py310-test-instrumentation-mysql-1 -- -ra
4572-
4573-
py311-test-instrumentation-mysql-0_ubuntu-latest:
4574-
name: instrumentation-mysql-0 3.11 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.11
4581-
uses: actions/setup-python@v5
4582-
with:
4583-
python-version: "3.11"
4584-
4585-
- name: Install tox
4586-
run: pip install tox
4587-
4588-
- name: Run tests
4589-
run: tox -e py311-test-instrumentation-mysql-0 -- -ra
4590-
4591-
py311-test-instrumentation-mysql-1_ubuntu-latest:
4592-
name: instrumentation-mysql-1 3.11 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.11
4599-
uses: actions/setup-python@v5
4600-
with:
4601-
python-version: "3.11"
4602-
4603-
- name: Install tox
4604-
run: pip install tox
4605-
4606-
- name: Run tests
4607-
run: tox -e py311-test-instrumentation-mysql-1 -- -ra
4608-
4609-
py312-test-instrumentation-mysql-0_ubuntu-latest:
4610-
name: instrumentation-mysql-0 3.12 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 3.12
4617-
uses: actions/setup-python@v5
4618-
with:
4619-
python-version: "3.12"
4620-
4621-
- name: Install tox
4622-
run: pip install tox
4623-
4624-
- name: Run tests
4625-
run: tox -e py312-test-instrumentation-mysql-0 -- -ra
4626-
4627-
py312-test-instrumentation-mysql-1_ubuntu-latest:
4628-
name: instrumentation-mysql-1 3.12 Ubuntu
4629-
runs-on: ubuntu-latest
4630-
steps:
4631-
- name: Checkout repo @ SHA - ${{ github.sha }}
4632-
uses: actions/checkout@v4
4633-
4634-
- name: Set up Python 3.12
4635-
uses: actions/setup-python@v5
4636-
with:
4637-
python-version: "3.12"
4638-
4639-
- name: Install tox
4640-
run: pip install tox
4641-
4642-
- name: Run tests
4643-
run: tox -e py312-test-instrumentation-mysql-1 -- -ra
4644-
4645-
pypy3-test-instrumentation-mysql-0_ubuntu-latest:
4646-
name: instrumentation-mysql-0 pypy-3.8 Ubuntu
4647-
runs-on: ubuntu-latest
4648-
steps:
4649-
- name: Checkout repo @ SHA - ${{ github.sha }}
4650-
uses: actions/checkout@v4
4651-
4652-
- name: Set up Python pypy-3.8
4653-
uses: actions/setup-python@v5
4654-
with:
4655-
python-version: "pypy-3.8"
4656-
4657-
- name: Install tox
4658-
run: pip install tox
4659-
4660-
- name: Run tests
4661-
run: tox -e pypy3-test-instrumentation-mysql-0 -- -ra
4662-
4663-
pypy3-test-instrumentation-mysql-1_ubuntu-latest:
4664-
name: instrumentation-mysql-1 pypy-3.8 Ubuntu
4665-
runs-on: ubuntu-latest
4666-
steps:
4667-
- name: Checkout repo @ SHA - ${{ github.sha }}
4668-
uses: actions/checkout@v4
4669-
4670-
- name: Set up Python pypy-3.8
4671-
uses: actions/setup-python@v5
4672-
with:
4673-
python-version: "pypy-3.8"
4674-
4675-
- name: Install tox
4676-
run: pip install tox
4677-
4678-
- name: Run tests
4679-
run: tox -e pypy3-test-instrumentation-mysql-1 -- -ra
4680-
4681-
py38-test-instrumentation-mysqlclient_ubuntu-latest:
4682-
name: instrumentation-mysqlclient 3.8 Ubuntu
4683-
runs-on: ubuntu-latest
4684-
steps:
4685-
- name: Checkout repo @ SHA - ${{ github.sha }}
4686-
uses: actions/checkout@v4
4687-
4688-
- name: Set up Python 3.8
4689-
uses: actions/setup-python@v5
4690-
with:
4691-
python-version: "3.8"
4692-
4693-
- name: Install tox
4694-
run: pip install tox
4695-
4696-
- name: Run tests
4697-
run: tox -e py38-test-instrumentation-mysqlclient -- -ra

0 commit comments

Comments
 (0)