cpython/Lib/distutils/tests
Miss Islington (bot) 1bc83eb5c8
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
(cherry picked from commit a9134fa2ff)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2021-08-02 11:54:52 +02:00
..
__init__.py
includetest.rst
Setup.sample
support.py
test_archive_util.py
test_bdist.py bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) 2021-08-02 11:54:52 +02:00
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py
test_build.py
test_build_clib.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_build_ext.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_build_py.py
test_build_scripts.py
test_check.py
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py
test_dist.py
test_extension.py
test_file_util.py
test_filelist.py
test_install.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_log.py
test_msvc9compiler.py
test_msvccompiler.py
test_register.py
test_sdist.py
test_spawn.py bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) 2020-07-07 04:11:28 -07:00
test_sysconfig.py
test_text_file.py
test_unixccompiler.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_upload.py Fix import of HTTPError (GH-22304) (GH-26047) 2021-05-11 16:18:13 -07:00
test_util.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_version.py
test_versionpredicate.py