diff --git a/tests/stubtest_allowlists/py37.txt b/tests/stubtest_allowlists/py37.txt index c02c424c8..b76a2338d 100644 --- a/tests/stubtest_allowlists/py37.txt +++ b/tests/stubtest_allowlists/py37.txt @@ -154,6 +154,11 @@ types.FunctionType.__get__ types.LambdaType.__get__ # Missing from distutils (deprecated, to be removed in 3.12) +distutils.core.DEBUG +distutils.core.USAGE +distutils.core.extension_keywords +distutils.core.gen_usage +distutils.core.setup_keywords distutils.core.Command.dump_options distutils.core.Command.ensure_finalized distutils.core.Distribution.announce diff --git a/tests/stubtest_allowlists/py38.txt b/tests/stubtest_allowlists/py38.txt index 44eebbdfd..b3cb722fb 100644 --- a/tests/stubtest_allowlists/py38.txt +++ b/tests/stubtest_allowlists/py38.txt @@ -168,6 +168,11 @@ types.FunctionType.__get__ types.LambdaType.__get__ # Missing from distutils (deprecated, to be removed in 3.12) +distutils.core.DEBUG +distutils.core.USAGE +distutils.core.extension_keywords +distutils.core.gen_usage +distutils.core.setup_keywords distutils.core.Command.dump_options distutils.core.Command.ensure_finalized distutils.core.Distribution.announce diff --git a/tests/stubtest_allowlists/py39.txt b/tests/stubtest_allowlists/py39.txt index 719849e83..b0b09075b 100644 --- a/tests/stubtest_allowlists/py39.txt +++ b/tests/stubtest_allowlists/py39.txt @@ -165,6 +165,11 @@ types.FunctionType.__get__ types.LambdaType.__get__ # Missing from distutils (deprecated, to be removed in 3.12) +distutils.core.DEBUG +distutils.core.USAGE +distutils.core.extension_keywords +distutils.core.gen_usage +distutils.core.setup_keywords distutils.core.Command.dump_options distutils.core.Command.ensure_finalized distutils.core.Distribution.announce diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index e55eec86a..fe00bb286 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -650,17 +650,12 @@ distutils.command.build_ext.USER_BASE distutils.command.build_scripts.ST_MODE distutils.command.install.* distutils.command.install_scripts.ST_MODE -distutils.core.DEBUG -distutils.core.USAGE distutils.core.Distribution.finalize_options distutils.core.Distribution.get_command_class distutils.core.Distribution.get_command_list distutils.core.Distribution.handle_display_options distutils.core.Distribution.print_commands distutils.core.Distribution.run_command -distutils.core.extension_keywords -distutils.core.gen_usage -distutils.core.setup_keywords distutils.cygwinccompiler.CONFIG_H_NOTOK distutils.cygwinccompiler.CONFIG_H_OK distutils.cygwinccompiler.CONFIG_H_UNCERTAIN