mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Compare commits
2 Commits
v6.0.1
...
bump-werkz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7d3d7a142 | ||
|
|
85e280bd35 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -2,8 +2,6 @@ name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
14
setup.py
14
setup.py
@@ -67,13 +67,13 @@ tests_require = [
|
||||
"pytest-httpbin",
|
||||
"requests>=2.16.2",
|
||||
"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",
|
||||
# Needed to un-break httpbin 0.10.1. For httpbin >=0.10.2,
|
||||
# this cap and the dependency itself can be removed, provided
|
||||
# that the related bug in httpbin has has been fixed in a new release:
|
||||
# https://github.com/psf/httpbin/issues/28
|
||||
# https://github.com/psf/httpbin/pull/29
|
||||
# https://github.com/psf/httpbin/pull/37
|
||||
"Werkzeug<3",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user