node icon indicating copy to clipboard operation
node copied to clipboard

build: remove deprecated calls for argument groups

Open VoltrexKeyva opened this issue 1 year ago • 4 comments

I'm not sure what the purpose of these add_argument_group() calls are that pass in an existing argument group but they are deprecated and may be removed, see the Python documentation for notice.

[!WARNING] Changed in version 3.11: Calling add_argument_group() on an argument group is deprecated. This feature was never supported and does not always work correctly. The function exists on the API by accident through inheritance and will be removed in the future.

VoltrexKeyva avatar May 09 '24 01:05 VoltrexKeyva

CI: https://ci.nodejs.org/job/node-test-pull-request/59050/

nodejs-github-bot avatar May 09 '24 12:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59057/

nodejs-github-bot avatar May 09 '24 15:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59058/

nodejs-github-bot avatar May 09 '24 16:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59067/

nodejs-github-bot avatar May 09 '24 21:05 nodejs-github-bot

Landed in c70fa2c6dca194b81aa26c27a7fc030faf5ca400

nodejs-github-bot avatar May 11 '24 02:05 nodejs-github-bot