From 9dd188a19d8142996fa520f50d3883e447a2e4b2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 3 Oct 2025 01:09:34 +0900 Subject: [PATCH] Drop flake8-docstrings It depends on pydocstyle which was deprecated and archived. See [1] where it was indicated that the plugin is also being dead. [1] https://github.com/PyCQA/flake8-docstrings/issues/68 Change-Id: I5f017a9cf0ae74fef998b1658fc3b8be8cde8b51 Signed-off-by: Takashi Kajinami --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 586f600437..9afb1a2a3e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,4 @@ hacking -flake8-docstrings stestr>=1.0.0 # Apache-2.0 freezegun>=0.3.6 # Apache-2.0