mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
setup.py: Add missing test dependencies
This commit is contained in:
14
setup.py
14
setup.py
@@ -50,8 +50,22 @@ install_requires = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
|
"aiohttp",
|
||||||
|
"boto3",
|
||||||
|
"httplib2",
|
||||||
|
"httpx",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"pytest-aiohttp",
|
||||||
"pytest-httpbin",
|
"pytest-httpbin",
|
||||||
|
"requests",
|
||||||
|
"tornado",
|
||||||
|
# Needed to un-break httpbin 0.7.0. For httpbin >=0.7.1 and after,
|
||||||
|
# this pin and the dependency itself can be removed, provided
|
||||||
|
# that the related bug in httpbin has been fixed:
|
||||||
|
# https://github.com/kevin1024/vcrpy/issues/645#issuecomment-1562489489
|
||||||
|
# https://github.com/postmanlabs/httpbin/issues/673
|
||||||
|
# https://github.com/postmanlabs/httpbin/pull/674
|
||||||
|
"Werkzeug==2.0.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user