Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 01a97ba

Browse files
committed
downgrade pytest-httpserver
1 parent b5df7fa commit 01a97ba

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ test = [
108108
"pluggy>=1.3.0",
109109
"pytest>=7.4.2",
110110
"pytest-split>=0.8.0",
111-
"pytest-httpserver>=1.0.1",
111+
# TODO fix issues with pytest-httpserver==1.1.2, remove upper boundary
112+
"pytest-httpserver>=1.0.1,<1.1.2",
112113
"pytest-rerunfailures>=12.0",
113114
"pytest-tinybird>=0.2.0",
114115
"aws-cdk-lib>=2.88.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ pytest==8.3.4
356356
# pytest-rerunfailures
357357
# pytest-split
358358
# pytest-tinybird
359-
pytest-httpserver==1.1.2
359+
pytest-httpserver==1.1.1
360360
# via localstack-core
361361
pytest-rerunfailures==15.0
362362
# via localstack-core

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pytest==8.3.4
324324
# pytest-rerunfailures
325325
# pytest-split
326326
# pytest-tinybird
327-
pytest-httpserver==1.1.2
327+
pytest-httpserver==1.1.1
328328
# via localstack-core (pyproject.toml)
329329
pytest-rerunfailures==15.0
330330
# via localstack-core (pyproject.toml)

requirements-typehint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ pytest==8.3.4
560560
# pytest-rerunfailures
561561
# pytest-split
562562
# pytest-tinybird
563-
pytest-httpserver==1.1.2
563+
pytest-httpserver==1.1.1
564564
# via localstack-core
565565
pytest-rerunfailures==15.0
566566
# via localstack-core

0 commit comments

Comments
 (0)