We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b954b87 + 69597bd commit 95af7d8Copy full SHA for 95af7d8
pyproject.toml
@@ -56,8 +56,8 @@ test = [
56
"pytest-socket",
57
"ansi2html",
58
"httpretty",
59
- # set to 2.2.3 because urllib3>=2.3.0 breaks httpretty (https://github.com/gabrielfalcao/HTTPretty/issues/484)
60
- "urllib3==2.2.3",
+ # set urllib version because urllib3>=2.3.0 breaks httpretty (https://github.com/gabrielfalcao/HTTPretty/issues/484)
+ "urllib3<2.3.0",
61
"ptyprocess; sys_platform!='win32'",
62
"requests-mock"
63
]
0 commit comments