Skip to content

Commit 8dfc7c5

Browse files
committed
test matrix
1 parent 1ca006c commit 8dfc7c5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/test-integrations-network.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
run: |
6060
set -x # print commands that are executed
6161
./scripts/runtox.sh "py${{ matrix.python-version }}-httpx"
62+
- name: Test httpx2
63+
run: |
64+
set -x # print commands that are executed
65+
./scripts/runtox.sh "py${{ matrix.python-version }}-httpx2"
6266
- name: Test pyreqwest
6367
run: |
6468
set -x # print commands that are executed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ envlist =
240240
{py3.9,py3.11,py3.12}-httpx-v0.28.1
241241
{py3.9,py3.11,py3.12}-httpx-latest
242242

243+
{py3.14,py3.14t}-httpx2-v0.0.0
244+
{py3.10,py3.13,py3.14,py3.14t}-httpx2-v2.2.0
245+
{py3.10,py3.13,py3.14,py3.14t}-httpx2-latest
246+
243247
{py3.11,py3.13,py3.14}-pyreqwest-v0.11.8
244248
{py3.11,py3.13,py3.14}-pyreqwest-v0.12.0
245249
{py3.11,py3.13,py3.14}-pyreqwest-latest
@@ -702,6 +706,11 @@ deps =
702706
httpx-v0.28.1: pytest-httpx==0.35.0
703707
httpx-latest: pytest-httpx==0.35.0
704708

709+
httpx2-v0.0.0: httpx2==0.0.0
710+
httpx2-v2.2.0: httpx2==2.2.0
711+
httpx2-latest: httpx2==2.2.0
712+
httpx2: anyio>=3,<5
713+
705714
pyreqwest-v0.11.8: pyreqwest==0.11.8
706715
pyreqwest-v0.12.0: pyreqwest==0.12.0
707716
pyreqwest-latest: pyreqwest==0.12.0
@@ -1035,6 +1044,7 @@ setenv =
10351044
graphene: _TESTPATH=tests/integrations/graphene
10361045
grpc: _TESTPATH=tests/integrations/grpc
10371046
httpx: _TESTPATH=tests/integrations/httpx
1047+
httpx2: _TESTPATH=tests/integrations/httpx2
10381048
huey: _TESTPATH=tests/integrations/huey
10391049
huggingface_hub: _TESTPATH=tests/integrations/huggingface_hub
10401050
langchain-base: _TESTPATH=tests/integrations/langchain

0 commit comments

Comments
 (0)