From ce7e987b5fb0d36e01f5b36e8594046d74e057ea Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 3 Oct 2025 01:13:06 +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: I7e4927fd29545a35427b56ca7d4737503507ad2d 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 a88f20ac4..ec58dc5a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,4 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -flake8-docstrings==1.7.0 # MIT coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD