Skip to content

Commit 426b805

Browse files
authored
Updated outdated HTTPX test matrix (#1917)
* Updated outdated httpx test matrix
1 parent 0dcd082 commit 426b805

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

tox.ini

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ envlist =
6666
{py2.7,py3.5,py3.6,py3.7}-falcon-v{1.4}
6767
{py2.7,py3.5,py3.6,py3.7}-falcon-v{2.0}
6868
{py3.5,py3.6,py3.7,py3.8,py3.9}-falcon-v{3.0}
69-
69+
7070
# FastAPI
7171
{py3.7,py3.8,py3.9,py3.10,py3.11}-fastapi
7272

@@ -79,10 +79,12 @@ envlist =
7979
{py3.7}-gcp
8080

8181
# HTTPX
82-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-httpx-v{0.16,0.17}
83-
82+
{py3.6,py3.7,py3.8,py3.9}-httpx-v{0.16,0.17,0.18}
83+
{py3.6,py3.7,py3.8,py3.9,py3.10}-httpx-v{0.19,0.20,0.21,0.22}
84+
{py3.7,py3.8,py3.9,py3.10,py3.11}-httpx-v{0.23}
85+
8486
# Huey
85-
{py2.7,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-huey-2
87+
{py2.7,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-huey-2
8688

8789
# OpenTelemetry (OTel)
8890
{py3.7,py3.8,py3.9,py3.10,py3.11}-opentelemetry
@@ -264,12 +266,19 @@ deps =
264266
flask-v2.0: Flask>=2.0,<2.1
265267

266268
# HTTPX
269+
httpx: pytest-httpx
267270
httpx-v0.16: httpx>=0.16,<0.17
268271
httpx-v0.17: httpx>=0.17,<0.18
269-
272+
httpx-v0.18: httpx>=0.18,<0.19
273+
httpx-v0.19: httpx>=0.19,<0.20
274+
httpx-v0.20: httpx>=0.20,<0.21
275+
httpx-v0.21: httpx>=0.21,<0.22
276+
httpx-v0.22: httpx>=0.22,<0.23
277+
httpx-v0.23: httpx>=0.23,<0.24
278+
270279
# Huey
271280
huey-2: huey>=2.0
272-
281+
273282
# OpenTelemetry (OTel)
274283
opentelemetry: opentelemetry-distro
275284

0 commit comments

Comments
 (0)