cpython/Lib/distutils/tests
Miss Islington (bot) 218fe2cb79
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
It is a decorator factory and should be always followed by "()".
(cherry picked from commit 9260e67398)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-09-13 10:08:35 -07:00
..
Setup.sample
__init__.py
includetest.rst
support.py
test_archive_util.py
test_bdist.py
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305) 2021-09-13 10:08:35 -07:00
test_bdist_wininst.py
test_build.py
test_build_clib.py
test_build_ext.py bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) 2021-01-31 23:22:48 -05: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
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
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:31:32 -07:00
test_sysconfig.py
test_text_file.py
test_unixccompiler.py
test_upload.py Fix import of HTTPError (GH-22304) (GH-26048) 2021-05-11 16:18:23 -07:00
test_util.py
test_version.py
test_versionpredicate.py