Skip to content

Commit

Permalink
Merge branch 'mr/ferrara/fix-e3-core-tests' into 'master'
Browse files Browse the repository at this point in the history
Fix urllib version in pyproject.toml

See merge request it/e3-core!89
  • Loading branch information
elsaferrara committed Jan 6, 2025
2 parents b954b87 + 69597bd commit 95af7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +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",
# set urllib version because urllib3>=2.3.0 breaks httpretty (https://github.com/gabrielfalcao/HTTPretty/issues/484)
"urllib3<2.3.0",
"ptyprocess; sys_platform!='win32'",
"requests-mock"
]
Expand Down

0 comments on commit 95af7d8

Please sign in to comment.