Skip to content

Commit

Permalink
test: pin urllib3 version until vcrpy is updated (#473)
Browse files Browse the repository at this point in the history
address #472 -- see explanation there. pin a non-most-recent urllib3
version until `vcrpy` merges the PR fixing compatibility.
  • Loading branch information
jsstevenson authored Dec 24, 2024
1 parent 01e3038 commit 017ef1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dev = [
"pytest-vcr",
"vcrpy",
"pyyaml",
"urllib3<2.3.0", # TODO pending resolution of issue #472
# style
"pre-commit>=4.0.1",
"pylint",
Expand Down

0 comments on commit 017ef1b

Please sign in to comment.