Skip to content

Commit 066305d

Browse files
committed
Limit urllib3 to < 2 for test extra
This is necessary for tests to pass, until there is a new vcrpy release, with kevin1024/vcrpy#723, to fix kevin1024/vcrpy#719.
1 parent 963d284 commit 066305d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
"tox>=3.21.0",
5858
],
5959
"socks": ["requests[socks]>=2.27.0,<3"],
60-
"test": ["vcrpy>=1.10.3"],
60+
"test": [
61+
"urllib3<2", # https://github.com/kevin1024/vcrpy/issues/719
62+
"vcrpy>=1.10.3",
63+
],
6164
},
6265
test_suite="tests",
6366
keywords="twitter library",

0 commit comments

Comments
 (0)