We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c062c9f commit 91a0e92Copy full SHA for 91a0e92
setup.py
@@ -46,13 +46,6 @@ def run_tests(self):
46
"PyYAML",
47
"wrapt",
48
"yarl",
49
- # Support for urllib3 >=2 needs Python >=3.10
50
- # so we need to block urllib3 >=2 for Python <3.10 for now.
51
- # Note that vcrpy would work fine without any urllib3 around,
52
- # so this block and the dependency can be dropped at some point
53
- # in the future. For more Details:
54
- # https://github.com/kevin1024/vcrpy/pull/699#issuecomment-1551439663
55
- "urllib3 <2; python_version <'3.10'",
56
]
57
58
tests_require = [
0 commit comments