Skip to content

Commit e65dbc5

Browse files
committed
Workaround mocket issue with urllib3 2.0.0
See mindflayer/python-mocket#199
1 parent 85ad223 commit e65dbc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ deps =
2929
# explicitly require indirect dependency to fix build failure.
3030
# This can be removed when aiohttp 3.9 is released.
3131
charset-normalizer==2.1.1
32+
# This is to work around https://github.com/mindflayer/python-mocket/issues/199
33+
# It can be removed once that is fixed.
34+
urllib3==1.26.15
3235
commands = pytest tests
3336

3437
[testenv:py310-black]

0 commit comments

Comments
 (0)