Skip to content

Commit 6f5894d

Browse files
committed
fixup! Chore: Fix software tests about woes with requests vs. docker
1 parent 9924042 commit 6f5894d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,17 @@ release = [
122122
"twine<6",
123123
]
124124
test = [
125+
# Problem: Breaks with requests 2.32.0: Not supported URL scheme http+docker.
126+
# Solution: Pin `docker` and `requests` packages.
127+
# https://github.com/docker/docker-py/issues/3256#issuecomment-2126888985
125128
"cratedb-toolkit[testing]==0.0.15",
126129
"docker<7",
127130
"pytest<9",
128131
"pytest-asyncio-cooperative<0.30",
129132
"pytest-cov<6",
130133
"pytest-mock<4",
131134
"pytest-mqtt<0.5",
135+
"requests==2.28.1",
132136
"testcontainer-python-rabbitmq==0.4.*",
133137
]
134138
[project.urls]

0 commit comments

Comments
 (0)