0x00kh commented on PR #404: URL: https://github.com/apache/skywalking-python/pull/404#issuecomment-4890557439
Fixed the plugin doc generation issue and updated the branch with latest master.\n\nRoot cause: had a trailing newline inside its , so regenerated with an EOF blank line and poetry run pip install 'grpcio-tools>=1.68.0' packaging Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Requirement already satisfied: grpcio-tools>=1.68.0 in ./.venv/lib/python3.11/site-packages (1.80.0) Requirement already satisfied: packaging in ./.venv/lib/python3.11/site-packages (26.0) Requirement already satisfied: protobuf<7.0.0,>=6.31.1 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (6.33.6) Requirement already satisfied: grpcio>=1.80.0 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (1.80.0) Requirement already satisfied: setuptools>=77.0.1 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (81.0.0) Requirement already satisfied: typing-extensions~=4.12 in ./.venv/lib/python3.11/site-packages (from grpcio>=1.80.0->grpcio-tools>=1.68.0) (4.15.0) poetry run python3 tools/grpc_code_gen.py poetry run python3 tools/plugin_doc_gen.py poetry run python3 tools/config_doc_gen.py failed. The note metadata is now normalized so generated docs stay clean.\n\nLocal verification:\n- poetry run pip install 'grpcio-tools>=1.68.0' packaging Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Requirement already satisfied: grpcio-tools>=1.68.0 in ./.venv/lib/python3.11/site-packages (1.80.0) Requirement already satisfied: packaging in ./.venv/lib/python3.11/site-packages (26.0) Requirement already satisfied: protobuf<7.0.0,>=6.31.1 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (6.33.6) Requirement already satisfied: grpcio>=1.80.0 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (1.80.0) Requirement already satisfied: setuptools>=77.0.1 in ./.venv/lib/python3.11/site-packages (from grpcio-tools>=1.68.0) (81.0.0) Requirement already satisfied: typing-extensions~=4.12 in ./.venv/lib/python3.11/site-packages (from grpcio>=1.80.0->grpcio-tools>=1.68.0) (4.15.0) poetry run python3 tools/grpc_code_gen.py poetry run python3 tools/plugin_doc_gen.py poetry run python3 tools/config_doc_gen.py\n- \n- \n- \n\nGitHub Actions for the new head are currently , so they need maintainer approval before they can run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
