Skip to content

Commit

Permalink
Limit urllib3 to < 2 for test extra
Browse files Browse the repository at this point in the history
This is necessary for tests to pass, until there is a new vcrpy release, with kevin1024/vcrpy#723, to fix kevin1024/vcrpy#719.
  • Loading branch information
Harmon758 committed Jun 23, 2023
1 parent 963d284 commit 066305d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -57,7 +57,10 @@
"tox>=3.21.0",
],
"socks": ["requests[socks]>=2.27.0,<3"],
"test": ["vcrpy>=1.10.3"],
"test": [
"urllib3<2", # https://github.com/kevin1024/vcrpy/issues/719
"vcrpy>=1.10.3",
],
},
test_suite="tests",
keywords="twitter library",
Expand Down

0 comments on commit 066305d

Please sign in to comment.