Skip to content

Commit 95af7d8

Browse files
committed
Merge branch 'mr/ferrara/fix-e3-core-tests' into 'master'
Fix urllib version in pyproject.toml See merge request it/e3-core!89
2 parents b954b87 + 69597bd commit 95af7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ test = [
5656
"pytest-socket",
5757
"ansi2html",
5858
"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",
59+
# set urllib version because urllib3>=2.3.0 breaks httpretty (https://github.com/gabrielfalcao/HTTPretty/issues/484)
60+
"urllib3<2.3.0",
6161
"ptyprocess; sys_platform!='win32'",
6262
"requests-mock"
6363
]

0 commit comments

Comments
 (0)