Skip to content

Commit

Permalink
test: pin urllib3 version until vcrpy is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 23, 2024
1 parent 206306f commit b00e44f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ extras = [
"click",
]
dev = [
# testing
"urllib3==2.2.3",
# tests
"pytest",
"pytest-cov",
"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 b00e44f

Please sign in to comment.