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:
Chris Johnston 2024-05-23 16:07:01 +00:00 committed by Nobuto Murata
parent 7970a9171c
commit 9663868d14
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"