Skip to content

Commit

Permalink
Fix e3-core tests
Browse files Browse the repository at this point in the history
Set urllib to 2.2.3 version as the new version 2.3.0 breaks httpretty

see gabrielfalcao/HTTPretty#484
  • Loading branch information
elsaferrara committed Jan 3, 2025
1 parent c018f96 commit f01d732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ test = [
"pytest-socket",
"ansi2html",
"httpretty",
# set to 2.2.3 because urllib3>=2.3.0 breaks httpretty (https://github.com/gabrielfalcao/HTTPretty/issues/484)
"urllib3==2.2.3",
"ptyprocess; sys_platform!='win32'",
"requests-mock"
]
Expand Down

0 comments on commit f01d732

Please sign in to comment.