Skip to content

Commit 2929965

Browse files
committed
Work around mocket issue
1 parent a7bb8ad commit 2929965

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
@@ -26,6 +26,9 @@ deps =
2626
# explicitly require indirect dependency to fix build failure.
2727
# This can be removed when aiohttp 3.9 is released.
2828
charset-normalizer==2.1.1
29+
# This is to work around https://github.com/mindflayer/python-mocket/issues/199
30+
# It can be removed once that is fixed.
31+
urllib3==1.26.15
2932
commands = pytest tests
3033

3134
[testenv:py310-black]

0 commit comments

Comments
 (0)