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 e3-core tests

See merge request it/e3-core!87
  • Loading branch information
elsaferrara committed Jan 3, 2025
2 parents c018f96 + f01d732 commit b954b87
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 b954b87

Please sign in to comment.