Pin requests < 2.32.0 in sunbeam-clusted.
This is only needed until LP: #2066540 is full addressed. Also, add "assertIn" into the ignore-words-list not to block the gate testing. Related-Bug: 2066540 Change-Id: I6c6686ea4ce5a745e9f86bb9e055d42919f10a50
This commit is contained in:
parent
7970a9171c
commit
9663868d14
@ -11,7 +11,8 @@ pydantic<2.0
|
||||
lightkube
|
||||
lightkube-models
|
||||
ops
|
||||
requests # Apache 2
|
||||
# Pin requests < 2.32.0 pending resolution of LP: #2066540
|
||||
requests<2.32.0 # Apache 2
|
||||
requests-unixsocket # Apache 2
|
||||
urllib3<1.27,>=1.21.1 # MIT
|
||||
tenacity
|
||||
|
@ -37,3 +37,6 @@ docstring-convention = "google"
|
||||
copyright-check = "True"
|
||||
copyright-author = "Canonical Ltd."
|
||||
copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
|
||||
|
||||
[tool.codespell]
|
||||
ignore-words-list = "assertIn"
|
||||
|
Loading…
Reference in New Issue
Block a user