diff --git a/test/unit/app/managers/test_user_file_sources.py b/test/unit/app/managers/test_user_file_sources.py index bb30feed8184..2ea159b3699d 100644 --- a/test/unit/app/managers/test_user_file_sources.py +++ b/test/unit/app/managers/test_user_file_sources.py @@ -883,4 +883,4 @@ def __init__(self, exception_msg: str): self._exception_msg = exception_msg def raise_for_status(self): - raise HTTPError(self._exception_msg, self._exception_msg, response=None) # type: ignore[arg-type] + raise HTTPError(self._exception_msg, self._exception_msg, response=None) # type: ignore[arg-type,unused-ignore] # Fixed in types-requests 2.31.0.9 , which requires Python >=3.9 via urllib3 >=2